moar lineheight needed for big twemoji

pull/21833/head
Matthew Hodgson 2019-05-19 16:48:29 +01:00
parent 54cea146e8
commit 24b03374ac
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ limitations under the License.
/* HACK to override line-height which is already marked important elsewhere */ /* HACK to override line-height which is already marked important elsewhere */
.mx_EventTile_bigEmoji.mx_EventTile_bigEmoji { .mx_EventTile_bigEmoji.mx_EventTile_bigEmoji {
font-size: 48px ! important; font-size: 48px ! important;
line-height: 48px ! important; line-height: 52px ! important;
} }
/* this is used for the tile for the event which is selected via the URL. /* this is used for the tile for the event which is selected via the URL.