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:
Shijun Sun 2022-11-07 16:49:41 +08:00 committed by GitHub
parent f20a2e433f
commit 87005f32d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 7 deletions

View File

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

View File

@ -165,10 +165,6 @@
width: 5rem !important;
}
.tag-column {
min-width: 7rem;
}
.signed {
color: #00d40f;
}