Skip to content

Commit 77752fc

Browse files
committed
fix: invalid text-align on menu-option
1 parent 22443c2 commit 77752fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Select.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,7 @@ onBeforeUnmount(() => {
579579
font-family: var(--vs-font-family);
580580
color: var(--vs-option-text-color);
581581
background-color: var(--vs-option-bg);
582+
text-align: -webkit-auto;
582583
cursor: pointer;
583584
584585
&:hover {

0 commit comments

Comments
 (0)