mirror of
https://github.com/moparisthebest/mail
synced 2024-11-12 04:05:13 -05:00
Merge pull request #191 from whiteout-io/dev/WO-750
increase clickable area around checkbox in desktop mail-list
This commit is contained in:
commit
520268e357
@ -362,6 +362,10 @@
|
||||
margin-left: 0 !important;
|
||||
.checkbox {
|
||||
vertical-align: middle;
|
||||
|
||||
// add invisible padding to make increase clickable area around checkbox
|
||||
margin: -0.5em 0 -0.5em -1em;
|
||||
padding: 0.5em 0 0.5em 1em;
|
||||
}
|
||||
}
|
||||
&__flags-favorite {
|
||||
|
Loading…
Reference in New Issue
Block a user