Skip to content

Commit

Permalink
fix(VTextArea): fix clear icon overlapped by the scrollbar (#9190)
Browse files Browse the repository at this point in the history
fixes #8910

* fix(vtextarea): add padding

* fix(vtextarea): add rtl style
  • Loading branch information
kuromoka authored and johnleider committed Oct 9, 2019
1 parent 3a2b90a commit 1c21d76
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/vuetify/src/components/VTextarea/VTextarea.sass
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@
align-self: flex-start
margin-top: 16px

.v-input__append-inner
+ltr()
padding-left: 12px

+rtl()
padding-right: 12px

&--auto-grow
textarea
overflow: hidden
Expand Down

0 comments on commit 1c21d76

Please sign in to comment.