Fixes dropdown margin in sidebar

This commit is contained in:
Filipa Lacerda 2017-08-01 11:43:45 +00:00 committed by Phil Hughes
parent 5343b3ef57
commit 97ef19d066
1 changed files with 1 additions and 3 deletions

View File

@ -311,9 +311,7 @@
} }
.dropdown-menu { .dropdown-menu {
right: $gl-padding; margin-top: -$gl-padding;
left: $gl-padding;
width: auto;
} }
svg { svg {