1
0
mirror of https://github.com/moparisthebest/mail synced 2025-02-16 15:10:10 -05:00

adjust padding around checkbox

This commit is contained in:
Tankred Hase 2014-11-27 18:39:56 +01:00
parent 941283bfb6
commit ad794454ab

View File

@ -364,8 +364,8 @@
vertical-align: middle; vertical-align: middle;
// add invisible padding to make increase clickable area around checkbox // add invisible padding to make increase clickable area around checkbox
margin: -1em 0 -1em -2em; margin: -0.5em 0 -0.5em -1em;
padding: 1em 0 1em 2em; padding: 0.5em 0 0.5em 1em;
} }
} }
&__flags-favorite { &__flags-favorite {