mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 03:22:37 +02:00
Merge branch '3.2.x'
This commit is contained in:
@@ -2691,3 +2691,12 @@ fieldset.permissions .padding {
|
|||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* stylelint-disable declaration-property-unit-whitelist */
|
||||||
|
.emoji {
|
||||||
|
min-height: 18px;
|
||||||
|
min-width: 18px;
|
||||||
|
height: 1em;
|
||||||
|
width: 1em;
|
||||||
|
}
|
||||||
|
/* stylelint-enable declaration-property-unit-whitelist */
|
||||||
|
@@ -213,4 +213,12 @@ ul {
|
|||||||
.codebox p {
|
.codebox p {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
/* stylelint-enable */
|
|
||||||
|
/* stylelint-disable declaration-property-unit-whitelist */
|
||||||
|
.emoji {
|
||||||
|
min-height: 18px;
|
||||||
|
min-width: 18px;
|
||||||
|
height: 1em;
|
||||||
|
width: 1em;
|
||||||
|
}
|
||||||
|
/* stylelint-enable declaration-property-unit-whitelist */
|
||||||
|
Reference in New Issue
Block a user