mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/15115] Fix print.css errors
PHPBB3-15115
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
/* stylelint-disable selector-max-compound-selectors */
|
/* stylelint-disable selector-max-compound-selectors */
|
||||||
/* stylelint-disable declaration-property-unit-whitelist */
|
/* stylelint-disable declaration-property-unit-whitelist */
|
||||||
/* stylelint-disable declaration-property-unit-blacklist */
|
|
||||||
|
|
||||||
/* Lots still TODO here! */
|
/* Lots still TODO here! */
|
||||||
|
|
||||||
@@ -217,12 +216,10 @@ ul {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* stylelint-disable declaration-property-unit-whitelist */
|
|
||||||
.emoji {
|
.emoji {
|
||||||
min-height: 18px;
|
width: 1em;
|
||||||
min-width: 18px;
|
min-width: 18px;
|
||||||
height: 1em;
|
height: 1em;
|
||||||
width: 1em;
|
min-height: 18px;
|
||||||
}
|
}
|
||||||
/* stylelint-enable declaration-property-unit-whitelist */
|
/* stylelint-enable declaration-property-unit-whitelist */
|
||||||
/* stylelint-enable declaration-property-unit-blacklist */
|
|
||||||
|
Reference in New Issue
Block a user