diff options
author | Johannes Dahlström <johannes.dahlstrom@vaadin.com> | 2012-07-26 09:57:12 +0000 |
---|---|---|
committer | Johannes Dahlström <johannes.dahlstrom@vaadin.com> | 2012-07-26 09:57:12 +0000 |
commit | ca9fab0922d9db510c51f2d363b46577f7f6c0c4 (patch) | |
tree | e170796830327b56bc236076211b99c820c626a5 /WebContent | |
parent | 07ec6a6db41fb5059b1c2ad556de8b7b59f08b10 (diff) | |
download | vaadin-framework-ca9fab0922d9db510c51f2d363b46577f7f6c0c4.tar.gz vaadin-framework-ca9fab0922d9db510c51f2d363b46577f7f6c0c4.zip |
A better patch and test for #7036
svn changeset:24027/svn branch:6.8
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/base/textfield/richtext.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/base/textfield/richtext.css b/WebContent/VAADIN/themes/base/textfield/richtext.css index a304fa2a57..6a236886cc 100644 --- a/WebContent/VAADIN/themes/base/textfield/richtext.css +++ b/WebContent/VAADIN/themes/base/textfield/richtext.css @@ -6,7 +6,9 @@ background: #fff; border: none; } - +.v-richtextarea .gwt-HTML { + height: 100%; +} .v-richtextarea .gwt-RichTextToolbar { white-space: nowrap; background: #959595 url(img/richtext-toolbar-bg.png) repeat-x 0 -42px; |