diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2009-11-06 11:23:43 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2009-11-06 11:23:43 +0000 |
commit | f50941e657d36fc0f562195491225c51a519a9b6 (patch) | |
tree | 056847acfaba44044249b6b23dd1ec92a7779931 /WebContent/VAADIN/themes/base/notification | |
parent | d2a4ac654636d9d17da6dfa1ee79dfbfdb3ef23e (diff) | |
download | vaadin-framework-f50941e657d36fc0f562195491225c51a519a9b6.tar.gz vaadin-framework-f50941e657d36fc0f562195491225c51a519a9b6.zip |
fixes #2632
svn changeset:9663/svn branch:6.2
Diffstat (limited to 'WebContent/VAADIN/themes/base/notification')
-rw-r--r-- | WebContent/VAADIN/themes/base/notification/notification.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/WebContent/VAADIN/themes/base/notification/notification.css b/WebContent/VAADIN/themes/base/notification/notification.css index 6ab069b08c..9455c25a36 100644 --- a/WebContent/VAADIN/themes/base/notification/notification.css +++ b/WebContent/VAADIN/themes/base/notification/notification.css @@ -4,6 +4,8 @@ cursor: pointer; overflow: hidden; padding: 1em; + max-width:85%; + } .v-Notification h1, .v-Notification p, @@ -12,7 +14,6 @@ .v-Notification-warning h1, .v-Notification-warning p { display: inline; - white-space: nowrap; margin: 0 0.5em 0 0; } .v-Notification-warning { @@ -36,6 +37,3 @@ display: block;
margin: 0;
}
-.v-Notification-system p {
- white-space: nowrap;
-}
\ No newline at end of file |