mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/13080] Remove nowrap from dd in responsive
PHPBB3-13080
This commit is contained in:
parent
e005455881
commit
e3eff2a976
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue