margin checkbox from drag handle
This commit is contained in:
parent
3bab3445d4
commit
b376cc5255
|
@ -317,6 +317,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.box-draggable-row {
|
||||||
|
&.box-content-row-checkbox {
|
||||||
|
input[type="checkbox"] + .drag-handle {
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.drag-handle {
|
.drag-handle {
|
||||||
cursor: move;
|
cursor: move;
|
||||||
padding: 10px 2px 10px 8px;
|
padding: 10px 2px 10px 8px;
|
||||||
|
|
Loading…
Reference in New Issue