mirror of https://github.com/tootsuite/mastodon
Fix long display name rendering in accounts table
parent
96ddf1d482
commit
62458a5175
|
@ -291,6 +291,7 @@
|
|||
|
||||
.accounts-table {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
|
||||
.account {
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in New Issue