Skip to content

Commit

Permalink
Merge pull request #3861 from csnktms/bug/3824-long-strings-overlap-d…
Browse files Browse the repository at this point in the history
…ropdown-arrow

Limit dropdown horizontal size to prevent long text overlap on arrow
  • Loading branch information
robertlong authored Feb 20, 2021
2 parents 56c0906 + d27eff1 commit f180d53
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 @@ -382,6 +382,7 @@ $breakpoint-xxl: 1600px; // Extra Large Desktops
padding: 6px;
font-weight: bold;
padding-right: 30px;
max-width: 170px;
}
%dropdown-arrow {
pointer-events: none;
Expand Down

0 comments on commit f180d53

Please sign in to comment.