mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
no longer overwrite user-agent white-space: pre for select inside an hbox, causing options to be formated over multiple lines
This commit is contained in:
parent
0d7a4bb848
commit
b234694d58
@ -66,6 +66,9 @@ div.et2_hbox > * {
|
||||
margin-right: 5px;
|
||||
display: inline-block;
|
||||
}
|
||||
div.et2_hbox > select {
|
||||
white-space: pre;
|
||||
}
|
||||
div.et2_hbox > *:empty {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user