Re-set whitespace to normal inside hbox children, fixes not nowrap text contents

This commit is contained in:
Nathan Gray 2014-01-14 14:01:30 +00:00
parent 3b443f976d
commit 29868662c1

View File

@ -42,6 +42,7 @@ div.et2_hbox {
}
div.et2_hbox > * {
text-align: left;
white-space: normal;
}
div.et2_hbox_left {
float: left;