From f3b17987235d93e517c768a5e8deb78bdb8c38a7 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sun, 11 Jan 2026 01:47:10 +0000 Subject: [PATCH] Set minimum width for Permission column in permission report (#43659). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@24293 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/assets/stylesheets/application.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 7f6424c2c..50aa2f2d5 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -491,6 +491,7 @@ tr.user.locked, tr.user.registered { color: var(--oc-gray-5); } tr.user.locked a, tr.user.registered a { color: var(--oc-gray-5); } table.permissions td.role {color:var(--oc-gray-6);font-size:90%;font-weight:normal !important;text-align:center;vertical-align:bottom;} +table.permissions td.name {min-width: 10rem;} table.permissions tr.group>td:nth-of-type(1), table.tracker-summary tr.group>td:nth-of-type(1) {font-weight: bold;}