remove left pad on switches

This commit is contained in:
Damien Elmes 2021-06-17 22:11:32 +10:00 committed by Henrik Giesel
parent 207e0126a0
commit ecfa01072b

View file

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