diff options
author | Artur Signell <artur@vaadin.com> | 2015-06-25 00:06:17 +0300 |
---|---|---|
committer | Denis Anisimov <denis@vaadin.com> | 2015-06-26 16:15:08 +0000 |
commit | b541e8e4e9346971f33025135619120166aac425 (patch) | |
tree | 4672b921c4ce1dd53fcf8d50c90115b23bf9e9da /WebContent/VAADIN/themes/base/notification | |
parent | 579d08c4c810e7b2c11e810648fb95622243e0c4 (diff) | |
download | vaadin-framework-b541e8e4e9346971f33025135619120166aac425.tar.gz vaadin-framework-b541e8e4e9346971f33025135619120166aac425.zip |
Fix incorrect system notifications with details styling (#18340)
Change-Id: Ia0d36147eb4ed9f170123771ac2674df584e6a4b
Diffstat (limited to 'WebContent/VAADIN/themes/base/notification')
-rw-r--r-- | WebContent/VAADIN/themes/base/notification/notification.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/base/notification/notification.scss b/WebContent/VAADIN/themes/base/notification/notification.scss index 9ccc29fd0e..5deb7e0e84 100644 --- a/WebContent/VAADIN/themes/base/notification/notification.scss +++ b/WebContent/VAADIN/themes/base/notification/notification.scss @@ -11,7 +11,8 @@ filter: alpha(opacity=90); } .#{$primaryStyleName}-caption, -.#{$primaryStyleName}-description { +.#{$primaryStyleName}-description, +.#{$primaryStyleName}-details { display: inline; margin: 0 0.5em 0 0; } |