Skip to content

Commit

Permalink
Fix username and display name being hidden on narrow screens in moder…
Browse files Browse the repository at this point in the history
…ation interface (mastodon#33064)
  • Loading branch information
ClearlyClaire authored Nov 25, 2024
1 parent 74df47a commit 1be83c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/styles/mastodon/widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@

.accounts-table {
width: 100%;
table-layout: fixed;

.account {
max-width: calc(56px + 30ch);
padding: 0;
border: 0;
}
Expand Down

0 comments on commit 1be83c6

Please sign in to comment.