diff options
Diffstat (limited to 'themes/src')
-rw-r--r-- | themes/src/main/themes/VAADIN/themes/valo/components/_tabsheet.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/src/main/themes/VAADIN/themes/valo/components/_tabsheet.scss b/themes/src/main/themes/VAADIN/themes/valo/components/_tabsheet.scss index 9287c97b66..e0fa665020 100644 --- a/themes/src/main/themes/VAADIN/themes/valo/components/_tabsheet.scss +++ b/themes/src/main/themes/VAADIN/themes/valo/components/_tabsheet.scss @@ -131,6 +131,14 @@ $v-tabsheet-content-animation-enabled: $v-animations-enabled !default; .#{$primary-stylename}-right-aligned-tabs { @include valo-tabsheet-align-tabs-style($align: right); + + .#{$primary-stylename}-spacertd { + display: inline-block !important; + } + + .#{$primary-stylename}-scroller { + padding-left: 9px; + } } .#{$primary-stylename}-padded-tabbar { |