diff options
author | Leif Åstrand <legioth@gmail.com> | 2017-05-15 11:44:24 +0300 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-05-15 11:44:24 +0300 |
commit | 6cfd4ed55a1f8e5defa6ef42e6c666966aca584b (patch) | |
tree | 5dfe42e91f947a34442d5cd1f6d2e7b3805dc0cc /themes/src | |
parent | 8949b2def6000c648974cbe6c24753711e84ad87 (diff) | |
download | vaadin-framework-6cfd4ed55a1f8e5defa6ef42e6c666966aca584b.tar.gz vaadin-framework-6cfd4ed55a1f8e5defa6ef42e6c666966aca584b.zip |
Use theme font and normal line wrapping for regular tooltips (#9143)
Fixes #9121
Diffstat (limited to 'themes/src')
-rw-r--r-- | themes/src/main/themes/VAADIN/themes/valo/shared/_tooltip.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/src/main/themes/VAADIN/themes/valo/shared/_tooltip.scss b/themes/src/main/themes/VAADIN/themes/valo/shared/_tooltip.scss index ff5e855b66..cb3824d26f 100644 --- a/themes/src/main/themes/VAADIN/themes/valo/shared/_tooltip.scss +++ b/themes/src/main/themes/VAADIN/themes/valo/shared/_tooltip.scss @@ -119,6 +119,11 @@ $v-tooltip-border-radius: $v-border-radius - 1px !default; h4 { color: inherit; } + + pre.v-tooltip-pre { + font: inherit; + white-space: pre-wrap; + } } } |