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