diff options
author | Denis <denis@vaadin.com> | 2017-01-20 10:13:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-20 10:13:25 +0200 |
commit | 1fb40df8742791803e0a08328028bbbd67deb78b (patch) | |
tree | 0af44b046f5b76f775f5da4e65e5be69bb2764b0 /themes/src | |
parent | f42b9657b818da483b839d3b43b4cf55552ef034 (diff) | |
download | vaadin-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 'themes/src')
-rw-r--r-- | themes/src/main/themes/VAADIN/themes/valo/shared/_tooltip.scss | 3 |
1 files changed, 3 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 e0c24c8b65..ff5e855b66 100644 --- a/themes/src/main/themes/VAADIN/themes/valo/shared/_tooltip.scss +++ b/themes/src/main/themes/VAADIN/themes/valo/shared/_tooltip.scss @@ -104,6 +104,9 @@ $v-tooltip-border-radius: $v-border-radius - 1px !default; max-height: 10em; overflow: auto; margin-top: $v-tooltip-padding-vertical * 2; + pre { + margin: 0px; + } } .v-errormessage[aria-hidden="true"] + .v-tooltip-text { |