[ticket/13080] Remove nowrap from dd in responsive

PHPBB3-13080
This commit is contained in:
hanakin 2014-09-20 16:51:01 +02:00
parent e005455881
commit e3eff2a976

View file

@ -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;
}