From 0e8bafc267dd69da1be2e67597dda42751b32cd0 Mon Sep 17 00:00:00 2001 From: Richard Mahn Date: Thu, 23 Jul 2026 22:24:25 -0600 Subject: [PATCH] fix: download dropdown menu clipped on the branches page (#38604) Fixes #38603 Co-authored-by: wxiaoguang --- web_src/css/modules/table.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/web_src/css/modules/table.css b/web_src/css/modules/table.css index 76c68b69883..0889031aaee 100644 --- a/web_src/css/modules/table.css +++ b/web_src/css/modules/table.css @@ -161,11 +161,6 @@ .ui.fixed.table { table-layout: fixed; } -.ui.fixed.table th, -.ui.fixed.table td { - overflow: hidden; - text-overflow: ellipsis; -} .ui.selectable.table > tbody > tr:hover, .ui.table tbody tr td.selectable:hover {