From a1e13322d5df5790f9c0a5652e91a171e89fe48e Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sat, 11 Feb 2023 20:39:45 +0800 Subject: [PATCH] Try this out --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index a728da2b..ad3b6617 100644 --- a/src/app.css +++ b/src/app.css @@ -109,7 +109,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) { border-bottom: var(--hairline-width) solid var(--divider-color); min-height: 3em; display: grid; - grid-template-columns: 1fr 2fr 1fr; + grid-template-columns: 1fr max-content 1fr; align-items: center; text-overflow: ellipsis; white-space: nowrap;