1
0
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:
Mario Volke 2014-11-20 15:10:48 +01:00 committed by Tankred Hase
parent 04da07813a
commit 941283bfb6

View File

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