-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The drop-down text is getting cut off by the padding. Add the following line to your styles to fix it.
select{
padding: 0 1rem;
}Lines 550 to 566 in fac33b2
| select, | |
| textarea, | |
| input[type="tel"], | |
| input[type="url"], | |
| input[type="text"], | |
| input[type="email"], | |
| input[type="search"], | |
| input[type="number"], | |
| input[type="password"] { | |
| width: 100%; | |
| height: 4rem; | |
| box-shadow: none; | |
| padding: 1.5rem 1rem; | |
| background-color: #f5f6f7; | |
| border-radius: 0.25rem; | |
| border: 1px solid #d0d1d2; | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels