mirror of https://github.com/mastodon/mastodon
Fix accounts table long display name (#29316)
This commit is contained in:
parent
f24b0e9505
commit
1005b2f7b2
|
@ -82,6 +82,7 @@
|
|||
|
||||
.accounts-table {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
|
||||
.account {
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in New Issue