Dashboard: Fix arrow positioning in button while in panel edit mode (#19084)

This commit is contained in:
Peter Holmberg 2019-09-15 12:02:39 +02:00 committed by Torkel Ödegaard
parent 10d1cb23ba
commit 3d3bbb7159

View File

@ -218,7 +218,8 @@ i.navbar-page-btn__search {
i { i {
font-size: $font-size-lg; font-size: $font-size-lg;
position: relative; position: relative;
top: 2px; top: 1px;
right: 1px;
} }
&:hover { &:hover {