Skip to content

Commit

Permalink
fix(VTextField): correct styles with **full-width** prop
Browse files Browse the repository at this point in the history
fixes #4544
  • Loading branch information
johnleider committed Jan 18, 2019
1 parent 094a85e commit 9d964b3
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions packages/vuetify/src/stylus/components/_text-fields.styl
Expand Up @@ -214,6 +214,7 @@ rtl(v-text-field-rtl, "v-text-field")
position: relative

&--box,
&--full-width,
&--outline
position: relative

Expand Down Expand Up @@ -263,25 +264,6 @@ rtl(v-text-field-rtl, "v-text-field")
.v-text-field__details
margin-bottom: 8px

&.v-text-field--full-width
&.v-input
margin-bottom: 0
margin-top: 0

.v-label
top: calc(50% - 10px)

.v-input__control
padding: 12px 0

.v-input__prepend-outer,
.v-input__append-outer
margin-top: 4px

.v-input__append-inner
align-self: center
margin-top: 0

&--reverse
input
text-align: right
Expand Down

0 comments on commit 9d964b3

Please sign in to comment.