Skip to content

Commit

Permalink
Merge pull request #3860 from csnktms/bug/3825-character-overflow
Browse files Browse the repository at this point in the history
add the min-line height needed to display letter "g" properly to dropdown
  • Loading branch information
robertlong authored Feb 10, 2021
2 parents e610b53 + 72cf523 commit 8e5b931
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/stylesheets/shared.scss
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ $breakpoint-xxl: 1600px; // Extra Large Desktops
position: relative;
display: flex;
align-items: center;
line-height: 20px;
}
%dropdown-select {
@extend %rounded-border;
Expand Down

0 comments on commit 8e5b931

Please sign in to comment.