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:
Ralf Becker 2021-02-09 11:32:32 +02:00
parent 0d7a4bb848
commit b234694d58

View File

@ -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;
}