From 362d076b984c623ffebeb1664a0107477ff45f1e Mon Sep 17 00:00:00 2001 From: gondolyr Date: Mon, 3 Mar 2025 15:09:37 +0000 Subject: [PATCH] fix(ui): force all repo tab buttons to be the same height This fixes an issue with Simplified Chinese (and likely other languages) where the "Actions" button would be shown in English and have a different height compared to the other buttons in Chinese. This solution was proposed by Codeberg user "aimuz". Co-authored-by: aimuz --- web_src/css/base.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web_src/css/base.css b/web_src/css/base.css index dd761a1b75..5b0085ee0d 100644 --- a/web_src/css/base.css +++ b/web_src/css/base.css @@ -1356,6 +1356,10 @@ table th[data-sortt-desc] .svg { border-color: var(--color-secondary); } +.ui.tabular.menu .item { + height: 100%; +} + .ui.tabular.menu .item, .ui.secondary.pointing.menu .item { padding: 11px 12px !important;