mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 13:58:40 +01:00
Re-set whitespace to normal inside hbox children, fixes not nowrap text contents
This commit is contained in:
parent
3b443f976d
commit
29868662c1
@ -42,6 +42,7 @@ div.et2_hbox {
|
||||
}
|
||||
div.et2_hbox > * {
|
||||
text-align: left;
|
||||
white-space: normal;
|
||||
}
|
||||
div.et2_hbox_left {
|
||||
float: left;
|
||||
|
Loading…
Reference in New Issue
Block a user