TAC: Fix CSS & component typos (#12333)
* Fix CSS & component typo * Update snapshots
This commit is contained in:
parent
431ae32304
commit
753fc2d33a
3 changed files with 10 additions and 10 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue