We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad47d66 commit cdc51c4Copy full SHA for cdc51c4
1 file changed
src/components/Dropdown/styles.module.scss
@@ -113,9 +113,11 @@ button.chevron {
113
.option > button > span {
114
text-align: left;
115
padding-left: 44px;
116
+ // 38px padding-right holds the chevron icon on mobile for better touch targets
117
padding-right: 38px;
118
display: inline-block;
119
width: 100%;
120
+ // 0.75rem font-size for mobile to fit content in smaller screens
121
font-size: 0.75rem;
122
123
@media (min-width: $breakpoint-tablet) {
0 commit comments