mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-22 17:47:11 +03:00
fix(checkbox): Fixed bug on Firefox (fix #1261)
This commit is contained in:
parent
947b10e431
commit
92b1fb1697
|
@ -1,6 +1,7 @@
|
|||
// http://www.google.com/design/spec/components/selection-controls.html#selection-controls-checkbox
|
||||
.checkbox label,
|
||||
label.checkbox-inline {
|
||||
position: relative;
|
||||
padding-left: $bmd-checkbox-size + $bmd-checkbox-label-padding; // absolutely positioned so add the radio size
|
||||
|
||||
.checkbox-decorator {
|
||||
|
|
Loading…
Reference in New Issue
Block a user