web/satellite/vuetify-poc: hide input message areas with no content
The message area beneath input components has been hidden by default so that it doesn't occupy space when it isn't needed. References #6170 Change-Id: I16b078cddb07708169b96e53db283aedb290f9f4
This commit is contained in:
parent
eace6e37b8
commit
37a027af67
@ -77,6 +77,7 @@ export default createVuetify({
|
||||
defaults: {
|
||||
global: {
|
||||
// ripple: false,
|
||||
hideDetails: true,
|
||||
},
|
||||
VDataTable: {
|
||||
fixedHeader: true,
|
||||
|
Loading…
Reference in New Issue
Block a user