Skip to content

Commit 85b240e

Browse files
committed
fix(v-select): fix reverse styles
fixes #4699
1 parent 9b345eb commit 85b240e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/stylus/components/_select.styl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ theme(v-select, 'v-select')
7777
.v-select__selections
7878
min-height: 56px
7979

80+
&.v-text-field--reverse
81+
.v-select__slot,
82+
.v-select__selections
83+
flex-direction: row-reverse
84+
8085
&__selections
8186
align-items: center
8287
display: flex

0 commit comments

Comments
 (0)