1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

TAC: Fix CSS & component typos (#12333)

* Fix CSS & component typo

* Update snapshots
This commit is contained in:
Florian Duros
2024-03-11 16:48:11 +01:00
committed by GitHub
parent 431ae32304
commit 753fc2d33a
3 changed files with 10 additions and 10 deletions

View File

@ -62,12 +62,12 @@
}
}
.mx_ThreadsActivity_rows {
.mx_ThreadsActivityCentre_rows {
overflow-y: scroll;
/* Let some space at the top and the bottom of the pop-up */
max-height: calc(100vh - 200px);
.mx_ThreadsActivityRow {
.mx_ThreadsActivityCentreRow {
height: 48px;
/* Make the label of the MenuItem stay on one line and truncate with ellipsis if needed */