mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-26 04:05:40 +01:00
Add min-width to the permission column (#19675)
1. To avoid style confusion Signed-off-by: AllForNothing <shijun.sun@broadcom.com>
This commit is contained in:
parent
ed0a69cf80
commit
f99a619bc6
@ -136,7 +136,7 @@
|
||||
<clr-dg-column>{{
|
||||
'ROBOT_ACCOUNT.ENABLED_STATE' | translate
|
||||
}}</clr-dg-column>
|
||||
<clr-dg-column>{{
|
||||
<clr-dg-column class="permission-col">{{
|
||||
'ROBOT_ACCOUNT.SYSTEM_PERMISSIONS' | translate
|
||||
}}</clr-dg-column>
|
||||
<clr-dg-column class="projects-col">{{
|
||||
|
@ -42,3 +42,7 @@
|
||||
.projects-col {
|
||||
min-width: 14rem !important;
|
||||
}
|
||||
|
||||
.permission-col {
|
||||
min-width: 8rem !important;
|
||||
}
|
||||
|
@ -141,7 +141,7 @@
|
||||
<clr-dg-column>{{
|
||||
'ROBOT_ACCOUNT.ENABLED_STATE' | translate
|
||||
}}</clr-dg-column>
|
||||
<clr-dg-column>{{
|
||||
<clr-dg-column class="permission-col">{{
|
||||
'SYSTEM_ROBOT.PERMISSION_COLUMN' | translate
|
||||
}}</clr-dg-column>
|
||||
<clr-dg-column [clrDgSortBy]="'creation_time'">{{
|
||||
|
@ -31,3 +31,7 @@
|
||||
.icon {
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
.permission-col {
|
||||
min-width: 8rem !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user