1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-11 13:15:20 +00:00

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
This commit is contained in:
Go MAEDA 2026-01-11 01:47:10 +00:00
parent 83f306c643
commit f3b1798723

View File

@ -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;}