summaryrefslogtreecommitdiff
path: root/chrome/content/accountWizard/accountWizard.xul
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2014-03-12 10:15:09 -0300
committerdrebs <drebs@leap.se>2014-03-13 11:52:25 -0300
commit80f0f5728edb2d0cff7934c994e795316b526f6f (patch)
tree09489ff7327adf4f8b8c279f52870a2cc3d2ffda /chrome/content/accountWizard/accountWizard.xul
parent10a255d318d3126cbd10fe1b0c8284a223850603 (diff)
Fix error string on new account setup (#5193).
Diffstat (limited to 'chrome/content/accountWizard/accountWizard.xul')
-rw-r--r--chrome/content/accountWizard/accountWizard.xul2
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">&#160;</description>
+ <description id="status_msg" style="white-space: pre-wrap;">&#160;</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. -->