Skip to content

Commit

Permalink
header issue in mobile page
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl143 committed Sep 21, 2017
1 parent cf314bb commit f846ede
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/ui/components/DropdownMenu/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@include text-align-start();

display: inline-block;
padding-bottom: 6px;
padding-bottom: 2px;
padding-top: 4px;
position: relative;

Expand All @@ -25,6 +25,10 @@
}
}
}

@include respond-to(medium) {
padding-bottom: 6px;
}
}

.DropdownMenu-button {
Expand Down

0 comments on commit f846ede

Please sign in to comment.