Fix mobile sidebar button to match height of desktop breadcrumbs

This commit is contained in:
Annabel Dunstone Gray 2017-09-14 14:16:52 -07:00
parent 88f02b0f04
commit bc36bf5ba5

View file

@ -451,6 +451,12 @@ $new-sidebar-collapsed-width: 50px;
@media (max-width: $screen-xs-max) {
display: inline-block;
height: 16px;
padding: 0 16px;
i {
font-size: 18px;
}
}
}