mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-22 17:47:11 +03:00
resolves #693, user should be able to use span inside their markup without conflict
This commit is contained in:
parent
8e2b66be01
commit
aa7db4b80d
|
@ -3,7 +3,8 @@ label.radio-inline {
|
|||
position: relative;
|
||||
padding-left: $mdb-radio-size + $mdb-radio-label-padding; // absolutely positioned so add the radio size
|
||||
|
||||
span {
|
||||
span.mdb-radio-outer-circle, // don't use generic span, it may conflict with user markup #693
|
||||
span.mdb-radio-inner-circle {
|
||||
position: absolute;
|
||||
top: calc-top($line-height, $font-size-base, $mdb-radio-size); // vertical center of line-height
|
||||
left: 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user