1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

Start drag only on row label (#337)

This commit is contained in:
Veit-Hendrik Schlenker
2019-10-25 01:55:21 +02:00
committed by Kyle Spearrin
parent 7f3b0ea2cb
commit 86360dd3cb
2 changed files with 13 additions and 7 deletions

View File

@@ -286,3 +286,7 @@ app-root > #loading {
[hidden] {
display: none !important;
}
.draggable {
cursor: move;
}