mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/13080] Remove nowrap from dd in responsive
PHPBB3-13080
This commit is contained in:
@@ -346,6 +346,10 @@ fieldset.quick-login label[for="autologin"] {
|
|||||||
|
|
||||||
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px)
|
@media only screen and (max-width: 500px), only screen and (max-device-width: 500px)
|
||||||
{
|
{
|
||||||
|
dd label {
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
|
||||||
select, .inputbox {
|
select, .inputbox {
|
||||||
max-width: 260px;
|
max-width: 260px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user