mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:01:55 +02:00
[ticket/12889] Fix multiple select lists
PHPBB3-12889
This commit is contained in:
@@ -129,6 +129,10 @@ dd select {
|
|||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dd select[multiple] {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
dd textarea {
|
dd textarea {
|
||||||
width: 85%;
|
width: 85%;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user