You've already forked matrix-react-sdk
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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user