diff options
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. --> |