Skip to content

Commit

Permalink
fix(VTextField): specify border-collapse for outlined fieldset
Browse files Browse the repository at this point in the history
inherited styles in table caused issues with the legend taking up space when it shouldn't
  • Loading branch information
johnleider committed Jan 27, 2020
1 parent f81b639 commit baed6d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/src/components/VTextField/VTextField.sass
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@
+label-position($text-field-outlined-dense-label-position-x, $text-field-outlined-dense-label-position-y)

fieldset
border-collapse: collapse
border-color: currentColor
border-style: solid
border-width: $text-field-outlined-fieldset-border-width
Expand Down

0 comments on commit baed6d7

Please sign in to comment.