1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

[ticket/14865] Mask remaining issues in responsive

PHPBB3-14865
This commit is contained in:
hanakin
2016-11-25 00:27:46 +01:00
parent 4d5b955a61
commit 58d50129ce

View File

@@ -1,6 +1,8 @@
/* -------------------------------------------------------------- /* /* -------------------------------------------------------------- /*
$Responsive $Responsive
/* -------------------------------------------------------------- */ /* -------------------------------------------------------------- */
/* stylelint-disable selector-max-compound-selectors */
/* stylelint-disable selector-no-qualifying-type */
@media (max-width: 320px) { @media (max-width: 320px) {
select, select,
@@ -645,3 +647,4 @@
width: 80px; width: 80px;
} }
} }
/* stylelint-enable */