From 8c53dad7be331a1e40cd5c4ac00023e42940dd22 Mon Sep 17 00:00:00 2001 From: WebCoder49 <69071853+WebCoder49@users.noreply.github.com> Date: Sun, 18 Feb 2024 19:49:54 +0000 Subject: [PATCH 1/2] Initial commit From c3a50fb0e8bf3171e8c6f7469c9520db855d334c Mon Sep 17 00:00:00 2001 From: WebCoder49 <69071853+WebCoder49@users.noreply.github.com> Date: Wed, 21 Feb 2024 08:53:59 +0000 Subject: [PATCH 2/2] Fix long display name rendering in accounts table --- app/javascript/styles/mastodon/widgets.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/styles/mastodon/widgets.scss b/app/javascript/styles/mastodon/widgets.scss index 1f69f0cf01c..e66c471ab9f 100644 --- a/app/javascript/styles/mastodon/widgets.scss +++ b/app/javascript/styles/mastodon/widgets.scss @@ -291,6 +291,7 @@ .accounts-table { width: 100%; + table-layout: fixed; .account { padding: 0;