mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-02 20:19:27 +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;
|
margin-right: 5px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
div.et2_hbox > select {
|
||||||
|
white-space: pre;
|
||||||
|
}
|
||||||
div.et2_hbox > *:empty {
|
div.et2_hbox > *:empty {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user