2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Remove margin-left on caret if empty (#22095)

This commit is contained in:
Jesper Strange Klitgaard Christiansen
2017-04-08 23:23:07 +02:00
committed by Mark Otto
parent cf2de1fd05
commit 11c2c07e26
+4
View File
@@ -17,6 +17,10 @@
border-right: $caret-width solid transparent;
border-left: $caret-width solid transparent;
}
&:empty::after {
margin-left: 0;
}
}
.dropup {