From 1bed7ae318387a9ef2b2467637225acccfc93fda Mon Sep 17 00:00:00 2001 From: Marc Bernard <59966492+mbtools@users.noreply.github.com> Date: Wed, 8 Dec 2021 11:57:25 -0500 Subject: [PATCH] Repo view: Set minimum width of status column (#5180) * Repo view: Set minimum width of status column As seen in https://github.com/abapGit/abapGit/issues/5178, if the repo view table is very wide, the status column might not wide enough and be wrapped. Change ensures a minimum width of the column. * Reduce Co-authored-by: Lars Hvam --- src/ui/zabapgit_css_common.w3mi.data.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/zabapgit_css_common.w3mi.data.css b/src/ui/zabapgit_css_common.w3mi.data.css index db1caf7b2..43e67fa2b 100644 --- a/src/ui/zabapgit_css_common.w3mi.data.css +++ b/src/ui/zabapgit_css_common.w3mi.data.css @@ -316,6 +316,7 @@ table.repo_tab { text-align: right; padding-left: 0.5em; padding-right: 0.7em; + min-width: 70px; } .repo_tab th.cmd .icon{ padding-right: 8px;