Fix username and display name being hidden on narrow screens in moderation interface (#33064)

pull/33067/head
Claire 3 months ago committed by GitHub
parent 74df47ad9c
commit 1be83c6982
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -82,9 +82,9 @@
.accounts-table {
width: 100%;
table-layout: fixed;
.account {
max-width: calc(56px + 30ch);
padding: 0;
border: 0;
}

Loading…
Cancel
Save