1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-09 08:42:50 +03:00

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 <luixxiul@users.noreply.github.com>
This commit is contained in:
Suguru Hirahara
2022-05-07 03:07:11 +00:00
committed by GitHub
parent a01d73ca8b
commit 34471ba855

View File

@@ -17,6 +17,7 @@ limitations under the License.
.mx_TextualEvent {
opacity: 0.5;
overflow-y: hidden;
line-height: normal;
a {
color: $accent;