diff options
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon/components/table/table.scss')
-rw-r--r-- | WebContent/VAADIN/themes/chameleon/components/table/table.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/components/table/table.scss b/WebContent/VAADIN/themes/chameleon/components/table/table.scss index 9a90222c86..b3ebf44d63 100644 --- a/WebContent/VAADIN/themes/chameleon/components/table/table.scss +++ b/WebContent/VAADIN/themes/chameleon/components/table/table.scss @@ -1,5 +1,9 @@ @mixin chameleon-table($primaryStyleName : v-table) { +.#{$primaryStyleName}-table { + line-height: $line-height; +} + .#{$primaryStyleName}-header-wrap, .#{$primaryStyleName}-header-drag { background: #c9c9c9 url(../../img/grad-light-top.png) repeat-x; |