diff options
Diffstat (limited to 'compatibility-themes')
-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; |