Skip to content
This repository was archived by the owner on Sep 11, 2021. It is now read-only.

Commit a56cae7

Browse files
committed
Give select chevron explicit height to ensure correct display in IE 11
1 parent 6ca9f08 commit a56cae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ module.exports = {
9999
backgroundImage: `url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='${theme('colors.gray.500', defaultTheme.colors.gray[500]).replace('#', '%23')}' viewBox='0 0 24 24' %3E%3Cpath d='M15.3 9.3a1 1 0 0 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 1.4-1.4l3.3 3.29 3.3-3.3z'/%3E%3C/svg%3E")`,
100100
backgroundPosition: `right ${theme('spacing.2', defaultTheme.spacing[2])} center`,
101101
backgroundRepeat: 'no-repeat',
102-
backgroundSize: '1.5em',
102+
backgroundSize: '1.5em 1.5em',
103103
'&::-ms-expand': {
104104
display: 'none',
105105
},

0 commit comments

Comments
 (0)