fix panel menu caret placement (#10759)

This commit is contained in:
Alexander Zobnin
2018-02-05 11:49:59 +01:00
committed by Torkel Ödegaard
parent 55100d5ff9
commit 20feb123c9
+1 -1
View File
@@ -255,7 +255,7 @@
}
// Caret to indicate there is a submenu
.dropdown-submenu > a::before {
.dropdown-submenu > a::after {
display: block;
content: ' ';
float: right;