From e3eff2a976fe68fe94dbdbc016c7e2781f39d6e1 Mon Sep 17 00:00:00 2001 From: hanakin Date: Sat, 20 Sep 2014 16:51:01 +0200 Subject: [PATCH] [ticket/13080] Remove nowrap from dd in responsive PHPBB3-13080 --- phpBB/styles/prosilver/theme/responsive.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css index 698b9efd75..c3be9b707c 100644 --- a/phpBB/styles/prosilver/theme/responsive.css +++ b/phpBB/styles/prosilver/theme/responsive.css @@ -346,6 +346,10 @@ fieldset.quick-login label[for="autologin"] { @media only screen and (max-width: 500px), only screen and (max-device-width: 500px) { + dd label { + white-space: normal; + } + select, .inputbox { max-width: 260px; }