-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(select): Prevent overflow on smaller screens (#122)
- Set max-width of component to 100% - the size of the padding added to accomodate the drop-down arrow - Truncate overflowing selected text, similar to a normal <select> element - Adds "ignore: local" for scss/dollar-variable-pattern to stylelint config so local Sass vars don't have to be prefixed - Disallows the legacy "md-" prefix that was allowed in our stylelint config [Delivers #136281135] Resolves #112
- Loading branch information
1 parent
03a4607
commit fa926db
Showing
3 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters