[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 */