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