Add a max width to selects so that they can't overflow

This commit is contained in:
Anthony Johnson 2024-09-19 11:59:04 -07:00
parent e45d3309d8
commit 255c8f700e
No known key found for this signature in database
GPG Key ID: 709FE91423F05AA0
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -246,6 +246,7 @@ html
display: inline-block display: inline-block
margin-right: -2rem margin-right: -2rem
padding-right: 2rem padding-right: 2rem
max-width: $nav-desktop-width * .8
// Alter base select styles // Alter base select styles
text-align-last: center text-align-last: center
background: none background: none