Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 34471ba

Browse files
authored
Fix unexpected and inconsistent inheritance of line-height property for mx_TextualEvent (#8485)
- IRC layout: unspecified - Modern layout: $font-22px (with _GroupLayout.scss) - Bubble layout: $font-18px (with _EventBubbleTile.scss) Signed-off-by: Suguru Hirahara <[email protected]>
1 parent a01d73c commit 34471ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

res/css/views/messages/_TextualEvent.scss

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ limitations under the License.
1717
.mx_TextualEvent {
1818
opacity: 0.5;
1919
overflow-y: hidden;
20+
line-height: normal;
2021

2122
a {
2223
color: $accent;

0 commit comments

Comments
 (0)