We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac8b31 commit 12fb3ccCopy full SHA for 12fb3cc
1 file changed
components/picker/index.css
@@ -108,6 +108,7 @@ governing permissions and limitations under the License.
108
position: relative;
109
vertical-align: top;
110
transition: color var(--spectrum-global-animation-duration-100) ease-out;
111
+ flex-shrink: 0;
112
113
/* Fix Safari 10 bug where align-items is ignored inside of buttons */
114
margin-block-start: calc(
@@ -131,6 +132,7 @@ governing permissions and limitations under the License.
131
132
/* Error icons */
133
.spectrum-Picker-trigger {
134
.spectrum-Icon:not(.spectrum-Picker-icon) {
135
136
137
138
calc(
0 commit comments