mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 08:52:15 -05:00
increase clickable area around checkbox in desktop mail-list
This commit is contained in:
parent
04da07813a
commit
941283bfb6
@ -362,6 +362,10 @@
|
||||
margin-left: 0 !important;
|
||||
.checkbox {
|
||||
vertical-align: middle;
|
||||
|
||||
// add invisible padding to make increase clickable area around checkbox
|
||||
margin: -1em 0 -1em -2em;
|
||||
padding: 1em 0 1em 2em;
|
||||
}
|
||||
}
|
||||
&__flags-favorite {
|
||||
|
Loading…
Reference in New Issue
Block a user