mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 18:25:56 +01:00
Improve css for tags column (#17734)
Signed-off-by: AllForNothing <sshijun@vmware.com> Signed-off-by: AllForNothing <sshijun@vmware.com>
This commit is contained in:
parent
f20a2e433f
commit
87005f32d9
@ -144,9 +144,7 @@
|
||||
<clr-dg-column *ngIf="depth">{{
|
||||
'REPOSITORY.PLATFORM' | translate
|
||||
}}</clr-dg-column>
|
||||
<clr-dg-column class="tag-column">{{
|
||||
'REPOSITORY.TAGS' | translate
|
||||
}}</clr-dg-column>
|
||||
<clr-dg-column>{{ 'REPOSITORY.TAGS' | translate }}</clr-dg-column>
|
||||
<clr-dg-column class="co-signed-column">{{
|
||||
'ACCESSORY.CO_SIGNED' | translate
|
||||
}}</clr-dg-column>
|
||||
|
@ -165,10 +165,6 @@
|
||||
width: 5rem !important;
|
||||
}
|
||||
|
||||
.tag-column {
|
||||
min-width: 7rem;
|
||||
}
|
||||
|
||||
.signed {
|
||||
color: #00d40f;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user