mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/15083] Fix invalid emoji sizing in ACP & print view
PHPBB3-15083
This commit is contained in:
@@ -2691,3 +2691,10 @@ fieldset.permissions .padding {
|
|||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.emoji {
|
||||||
|
min-height: 18px;
|
||||||
|
min-width: 18px;
|
||||||
|
height: 1em;
|
||||||
|
width: 1em;
|
||||||
|
}
|
||||||
|
@@ -137,3 +137,10 @@ div.spacer { clear: both; }
|
|||||||
.skip_link { display: none; }
|
.skip_link { display: none; }
|
||||||
|
|
||||||
.codebox p { display: none; }
|
.codebox p { display: none; }
|
||||||
|
|
||||||
|
.emoji {
|
||||||
|
min-height: 18px;
|
||||||
|
min-width: 18px;
|
||||||
|
height: 1em;
|
||||||
|
width: 1em;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user