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 /compatibility-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 'compatibility-themes/src')
-rw-r--r-- | compatibility-themes/src/main/themes/VAADIN/themes/base/common/common.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/compatibility-themes/src/main/themes/VAADIN/themes/base/common/common.scss b/compatibility-themes/src/main/themes/VAADIN/themes/base/common/common.scss index 4e6381aad7..f24daca2ca 100644 --- a/compatibility-themes/src/main/themes/VAADIN/themes/base/common/common.scss +++ b/compatibility-themes/src/main/themes/VAADIN/themes/base/common/common.scss @@ -129,6 +129,11 @@ body &.v-app .v-app-loading { cursor: default; background: #fff; box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .5); + + pre.v-tooltip-pre { + font: inherit; + white-space: pre-wrap; + } } .v-tooltip-text { overflow: auto; |