mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-26 17:08:33 +01:00
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 {
|
||||
cursor: move;
|
||||
padding: 10px 2px 10px 8px;
|
||||
|
Loading…
Reference in New Issue
Block a user