Vuetify: [Bug Report] Solo Textfield is not vertically centered in the Toolbar

Created on 3 Jul 2018  路  1Comment  路  Source: vuetifyjs/vuetify

Versions and Environment

Vuetify: 1.1.1
Vue: 2.5.16
Browsers: Opera
OS: Linux

Steps to reproduce

It was like this before the update: https://i.imgur.com/Z8anooX.jpg
And as it has now: https://i.imgur.com/gSEAiEb.jpg

It is not vertically centralized like before.

Expected Behavior

Should expect the textfield will be vertically centered.

Actual Behavior

The textfield currently has the bottom margin larger than the top margin.

Reproduction Link

https://codepen.io/castilh0s/pen/eKoZLX

Most helpful comment

This is because in v1.0 solo fields did not support having messages. With the refactor these are now supported and add spacing below the field.

You can simply hide it with hide-details

https://codepen.io/johnjleider/pen/XYQKYK

>All comments

This is because in v1.0 solo fields did not support having messages. With the refactor these are now supported and add spacing below the field.

You can simply hide it with hide-details

https://codepen.io/johnjleider/pen/XYQKYK

Was this page helpful?
0 / 5 - 0 ratings