| Index: chrome/skin/overlay.css |
| =================================================================== |
| --- a/chrome/skin/overlay.css |
| +++ b/chrome/skin/overlay.css |
| @@ -200,12 +200,13 @@ |
| #abp-notification |
| { |
| - max-width: 300px; |
| + width: 300px; |
| } |
| #abp-notification-question |
| { |
| display: none; |
| + white-space: nowrap; |
|
Felix Dahlke
2014/02/20 13:18:16
Isn't this kind of the opposite of what we want? W
Thomas Greiner
2014/02/20 13:19:26
This only affects the <hbox> element for the Yes/N
Felix Dahlke
2014/02/20 13:32:59
I see.
|
| } |
| .abp-question #abp-notification-question |