diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2010-12-16 20:27:43 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2010-12-16 20:27:43 +0000 |
commit | 1a68bd7265836ecb0f3b392f5862f59c433fd4dc (patch) | |
tree | d7d4051af96c2d41d29b29089a9ba291a6c4ef1c /WebContent/VAADIN/themes/base/common/common.css | |
parent | 603972eb629453240803213daea80f5f573b2d80 (diff) | |
download | vaadin-framework-1a68bd7265836ecb0f3b392f5862f59c433fd4dc.tar.gz vaadin-framework-1a68bd7265836ecb0f3b392f5862f59c433fd4dc.zip |
styles for debug console
svn changeset:16540/svn branch:6.5
Diffstat (limited to 'WebContent/VAADIN/themes/base/common/common.css')
-rw-r--r-- | WebContent/VAADIN/themes/base/common/common.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/common/common.css b/WebContent/VAADIN/themes/base/common/common.css index 580a71ba7c..4e0747538c 100644 --- a/WebContent/VAADIN/themes/base/common/common.css +++ b/WebContent/VAADIN/themes/base/common/common.css @@ -197,6 +197,7 @@ div.v-app-loading { .v-debug-console-content { font-size: x-small; overflow: auto; + white-space: pre; } .v-debug-console-content input { font-size: xx-small; |