mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Remove margin-left on caret if empty (#22095)
This commit is contained in:
parent
cf2de1fd05
commit
11c2c07e26
@ -17,6 +17,10 @@
|
|||||||
border-right: $caret-width solid transparent;
|
border-right: $caret-width solid transparent;
|
||||||
border-left: $caret-width solid transparent;
|
border-left: $caret-width solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:empty::after {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropup {
|
.dropup {
|
||||||
|
Loading…
Reference in New Issue
Block a user