1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-29 11:05:01 +02:00

margin checkbox from drag handle

This commit is contained in:
Kyle Spearrin 2019-03-28 00:26:41 -04:00
parent 3bab3445d4
commit b376cc5255

View File

@ -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;