Skip to content

Commit 12fb3cc

Browse files
jianliaoJian Liao
andauthored
fix: correct chevron icon size, closes #1045 (#1056)
Co-authored-by: Jian Liao <jianliao@adobe.com>
1 parent 3ac8b31 commit 12fb3cc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

components/picker/index.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ governing permissions and limitations under the License.
108108
position: relative;
109109
vertical-align: top;
110110
transition: color var(--spectrum-global-animation-duration-100) ease-out;
111+
flex-shrink: 0;
111112

112113
/* Fix Safari 10 bug where align-items is ignored inside of buttons */
113114
margin-block-start: calc(
@@ -131,6 +132,7 @@ governing permissions and limitations under the License.
131132
/* Error icons */
132133
.spectrum-Picker-trigger {
133134
.spectrum-Icon:not(.spectrum-Picker-icon) {
135+
flex-shrink: 0;
134136
/* Fix Safari 10 bug where align-items is ignored inside of buttons */
135137
margin-block-start: calc(
136138
calc(

0 commit comments

Comments
 (0)