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

Port b73e968641f08ec88d6cfecb50ed318a76fc1f0c to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Claire 2024-11-25 10:18:06 +01:00
parent c5d17a3997
commit ad92660de6

View File

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