Skip to content

Commit

Permalink
Fix unexpected and inconsistent inheritance of line-height property f…
Browse files Browse the repository at this point in the history
…or 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]>
  • Loading branch information
luixxiul authored May 7, 2022
1 parent a01d73c commit 34471ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/css/views/messages/_TextualEvent.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ limitations under the License.
.mx_TextualEvent {
opacity: 0.5;
overflow-y: hidden;
line-height: normal;

a {
color: $accent;
Expand Down

0 comments on commit 34471ba

Please sign in to comment.