Skip to content

Commit

Permalink
Dropdown line height fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Work committed Dec 11, 2014
1 parent f314913 commit ad4dd95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vendor/assets/stylesheets/dvl/core/dropdowns.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ span.dropdown {
> a,
> span {
display: block;
height: 2.5rem;
min-height: 2.5rem;
font-size: 0.9rem;
line-height: 2.5rem;
padding: 0 0.5rem;
line-height: 1.5rem;
padding: 0.375rem 0.5rem;
clear: both;
}
a {
Expand Down

0 comments on commit ad4dd95

Please sign in to comment.