Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/skin/overlay.css

Issue 5292201558933504: Fixed line breaks in notification popup (Closed)
Patch Set: Created Feb. 20, 2014, 1:12 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/ui.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | lib/ui.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld