From fb610f99df53ad39cddf349190aaf4df0432e6c8 Mon Sep 17 00:00:00 2001 From: hanakin Date: Tue, 23 Sep 2014 17:24:26 +0200 Subject: [PATCH] [ticket/12889] Fix multiple select lists PHPBB3-12889 --- phpBB/styles/prosilver/theme/forms.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpBB/styles/prosilver/theme/forms.css b/phpBB/styles/prosilver/theme/forms.css index cbdeab11f9..5ac5e5cfd1 100644 --- a/phpBB/styles/prosilver/theme/forms.css +++ b/phpBB/styles/prosilver/theme/forms.css @@ -129,6 +129,10 @@ dd select { width: auto; } +dd select[multiple] { + width: 100%; +} + dd textarea { width: 85%; }