[ticket/12889] Fix multiple select lists

PHPBB3-12889
This commit is contained in:
hanakin 2014-09-23 17:24:26 +02:00
parent e005455881
commit fb610f99df

View file

@ -129,6 +129,10 @@ dd select {
width: auto;
}
dd select[multiple] {
width: 100%;
}
dd textarea {
width: 85%;
}