fix panel menu caret placement (#10759)

This commit is contained in:
Alexander Zobnin 2018-02-05 13:49:59 +03:00 committed by Torkel Ödegaard
parent 55100d5ff9
commit 20feb123c9

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;