mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
[ticket/12889] Fix multiple select lists
PHPBB3-12889
This commit is contained in:
parent
e005455881
commit
fb610f99df
1 changed files with 4 additions and 0 deletions
|
@ -129,6 +129,10 @@ dd select {
|
|||
width: auto;
|
||||
}
|
||||
|
||||
dd select[multiple] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
dd textarea {
|
||||
width: 85%;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue