From 6cdd02bdad39aa85eb29295c595417bd4adf79a1 Mon Sep 17 00:00:00 2001 From: Giteabot Date: Thu, 23 Jul 2026 21:47:37 -0700 Subject: [PATCH] fix: download dropdown menu clipped on the branches page (#38604) (#38609) Backport #38604 Fixes #38603 Co-authored-by: Richard Mahn 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 {