diff options
author | drebs <drebs@leap.se> | 2014-03-12 10:15:09 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2014-03-13 11:52:25 -0300 |
commit | 80f0f5728edb2d0cff7934c994e795316b526f6f (patch) | |
tree | 09489ff7327adf4f8b8c279f52870a2cc3d2ffda /chrome/content/accountWizard/accountWizard.xul | |
parent | 10a255d318d3126cbd10fe1b0c8284a223850603 (diff) |
Fix error string on new account setup (#5193).
Diffstat (limited to 'chrome/content/accountWizard/accountWizard.xul')
-rw-r--r-- | chrome/content/accountWizard/accountWizard.xul | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/content/accountWizard/accountWizard.xul b/chrome/content/accountWizard/accountWizard.xul index 1587c50..12b4d17 100644 --- a/chrome/content/accountWizard/accountWizard.xul +++ b/chrome/content/accountWizard/accountWizard.xul @@ -145,7 +145,7 @@ <hbox id="status_area" flex="1"> <vbox id="status_img_before" pack="start"/> - <description id="status_msg"> </description> + <description id="status_msg" style="white-space: pre-wrap;"> </description> <!-- Include 160 = nbsp, to make the element occupy the full height, for at least one line. With a normal space, it does not have sufficient height. --> |