Merge pull request #3045 from matrix-org/jryans/emoji-height-release
Native emoji require extra line-heightpull/21833/head
commit
cbcdd6bffb
|
@ -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…
Reference in New Issue