From d5e0caac33255e40cb56c170aa9db031bf370a65 Mon Sep 17 00:00:00 2001 From: NimBold Date: Mon, 29 Jun 2026 11:01:36 +0330 Subject: [PATCH] style: center-align text in table columns --- src/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.css b/src/index.css index e9ec639..8ce311c 100644 --- a/src/index.css +++ b/src/index.css @@ -1570,6 +1570,7 @@ html[data-list-density="relaxed"] .download-ghost-row { .download-cell-truncate > span, .download-cell-right > span { display: block; + text-align: center; max-width: 100%; min-width: 0; overflow: hidden; @@ -1624,6 +1625,7 @@ html[data-list-density="relaxed"] .download-ghost-row { min-width: 0; max-width: 100%; flex: 0 0 auto; + text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;