summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/valo/shared/_tooltip.scss
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/valo/shared/_tooltip.scss')
-rw-r--r--WebContent/VAADIN/themes/valo/shared/_tooltip.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/valo/shared/_tooltip.scss b/WebContent/VAADIN/themes/valo/shared/_tooltip.scss
index 9074fc69a7..dab8d5afeb 100644
--- a/WebContent/VAADIN/themes/valo/shared/_tooltip.scss
+++ b/WebContent/VAADIN/themes/valo/shared/_tooltip.scss
@@ -28,6 +28,11 @@ $v-tooltip-border-radius: $v-border-radius - 1px !default;
max-height: 10em;
overflow: auto;
font-weight: $v-font-weight + 100;
+
+ h2:only-child {
+ font: inherit;
+ line-height: inherit;
+ }
}
.v-tooltip-text {