mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 07:13:32 +00:00
margin checkbox from drag handle
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user