From 0c646917a17f4e4c57bd625d0a066d379fd2c2de Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Tue, 13 Jan 2026 03:52:47 +0000 Subject: [PATCH] Merged r24293 from trunk to 6.1-stable (#43659). git-svn-id: https://svn.redmine.org/redmine/branches/6.1-stable@24306 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 e930a94c2..c4e0d6e4f 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -469,6 +469,7 @@ tr.user.locked, tr.user.registered { color: #aaa; } tr.user.locked a, tr.user.registered a { color: #aaa; } table.permissions td.role {color:#999;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;}