summaryrefslogtreecommitdiffstats
path: root/compatibility-themes
diff options
context:
space:
mode:
authorDenis <denis@vaadin.com>2017-01-20 10:13:25 +0200
committerGitHub <noreply@github.com>2017-01-20 10:13:25 +0200
commit1fb40df8742791803e0a08328028bbbd67deb78b (patch)
tree0af44b046f5b76f775f5da4e65e5be69bb2764b0 /compatibility-themes
parentf42b9657b818da483b839d3b43b4cf55552ef034 (diff)
downloadvaadin-framework-1fb40df8742791803e0a08328028bbbd67deb78b.tar.gz
vaadin-framework-1fb40df8742791803e0a08328028bbbd67deb78b.zip
Overload AbstarctComponent.setDescription() with content mode parameter (#8252)
* Overload AbstarctComponent.setDescription() with content mode parameter Fixes #8185
Diffstat (limited to 'compatibility-themes')
-rw-r--r--compatibility-themes/src/main/themes/VAADIN/themes/base/common/common.scss3
1 files changed, 3 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 ae811bac79..4e6381aad7 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
@@ -132,6 +132,9 @@ body &.v-app .v-app-loading {
}
.v-tooltip-text {
overflow: auto;
+ pre {
+ margin: 0px;
+ }
}
.v-tooltip .v-errormessage {
overflow: auto;