mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
Native emoji require extra line-height
Increase line-height so that native emoji aren't cut off when we fall back to them. Fixes https://github.com/vector-im/riot-web/issues/9898
This commit is contained in:
parent
76cd829ac9
commit
2be00ee0e0
@ -121,7 +121,7 @@ limitations under the License.
|
||||
/* HACK to override line-height which is already marked important elsewhere */
|
||||
.mx_EventTile_bigEmoji.mx_EventTile_bigEmoji {
|
||||
font-size: 48px ! important;
|
||||
line-height: 52px ! important;
|
||||
line-height: 57px ! important;
|
||||
}
|
||||
|
||||
/* this is used for the tile for the event which is selected via the URL.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user