Skip to content

Commit

Permalink
EC-286: set max width for ez-custom-dropdown options container (#1641)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasOsti authored Oct 30, 2020
1 parent a91abcf commit 1daeb7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
transform: scaleY(1);
transform-origin: top center;
transition: transform 0.2s $ibexa-admin-transition;
width: 50%;
max-width: calculateRem(500px);
background: $ibexa-white;
border: calculateRem(1px) solid $ibexa-color-base-dark;
color: $ibexa-color-font;
Expand Down

0 comments on commit 1daeb7e

Please # to comment.