diff options
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_label.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_label.scss b/WebContent/VAADIN/themes/valo/components/_label.scss index cfec847271..3057aaa40f 100644 --- a/WebContent/VAADIN/themes/valo/components/_label.scss +++ b/WebContent/VAADIN/themes/valo/components/_label.scss @@ -183,6 +183,16 @@ $v-letter-spacing--h4: 0 !default; } } + .v-verticallayout > .v-slot:first-child .v-formlayout-contentcell, + .v-verticallayout > div > .v-slot:first-child .v-formlayout-contentcell { + h1, .#{$primary-stylename}-h1, + h2, .#{$primary-stylename}-h2, + h3, .#{$primary-stylename}-h3, + h4, .#{$primary-stylename}-h4 { + margin-top: -0.5em; + } + } + h1, .#{$primary-stylename}-h1, h2, .#{$primary-stylename}-h2, h3, .#{$primary-stylename}-h3, |