mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-01 07:55:08 +01:00
Fix username and display name being hidden on narrow screens in moderation interface (#33064)
This commit is contained in:
parent
74df47ad9c
commit
1be83c6982
@ -82,9 +82,9 @@
|
|||||||
|
|
||||||
.accounts-table {
|
.accounts-table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
table-layout: fixed;
|
|
||||||
|
|
||||||
.account {
|
.account {
|
||||||
|
max-width: calc(56px + 30ch);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user