mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge remote-tracking branch 'hanakin/ticket/12889' into develop-ascraeus
* hanakin/ticket/12889: [ticket/12889] Fix multiple select lists
This commit is contained in:
commit
f2a98339e2
1 changed files with 4 additions and 0 deletions
|
@ -129,6 +129,10 @@ dd select {
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dd select[multiple] {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
dd textarea {
|
dd textarea {
|
||||||
width: 85%;
|
width: 85%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue