Initialize line-height for room name on IRC layout (#10188)
This commit is contained in:
@@ -23,6 +23,12 @@ $irc-line-height: $font-18px;
|
||||
|
||||
line-height: $irc-line-height !important;
|
||||
|
||||
.mx_NewRoomIntro {
|
||||
> h2 {
|
||||
line-height: initial; /* Cancel $irc-line-height */
|
||||
}
|
||||
}
|
||||
|
||||
.mx_EventTile {
|
||||
--EventTile_irc_line-padding-block: 1px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user