mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
remove left pad on switches
This commit is contained in:
parent
207e0126a0
commit
ecfa01072b
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
</div>
|
||||
|
||||
<style lang="scss">
|
||||
.form-switch {
|
||||
// bootstrap adds a default 2.5em left pad, which causes
|
||||
// text to wrap prematurely
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
.form-check-input {
|
||||
-webkit-appearance: none;
|
||||
height: 1.6em;
|
||||
|
|
Loading…
Reference in a new issue