[Glitch] Fix username and display name being hidden on narrow screens in moderation interface

Port 1be83c6982 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/2910/head
Claire 2024-11-25 10:18:06 +01:00
parent 0fcbdc01c5
commit a518b60bb3
1 changed files with 1 additions and 1 deletions

View File

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