Skip to content

Commit 49ad80d

Browse files
Merge pull request #232 from axolo/patch-1
fix: change .ql-picker-label display to flex
2 parents 86d283a + d17f43a commit 49ad80d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-quill/src/assets/base.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ colorItemsPerRow = 7
179179
margin-left: 1px
180180
.ql-picker-label
181181
cursor: pointer
182-
display: inline-block
182+
display: flex
183183
height: 100%
184184
padding-left: 8px
185185
padding-right: 2px

0 commit comments

Comments
 (0)