mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-14 10:51:25 +01:00
Fix: Icon is not at the center of button
Icon in the action bar button need be a certer position Signed-off-by: Qian Deng <dengq@vmware.com>
This commit is contained in:
parent
a745922b77
commit
0c756d8df9
@ -35,7 +35,9 @@
|
||||
|
||||
clr-dg-action-bar {
|
||||
clr-dropdown {
|
||||
@include dropdown-as-action-button;
|
||||
.btn {
|
||||
@include dropdown-as-action-button;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -67,7 +67,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div *ngIf="!withAdmiral && tagDetails?.labels?.length">
|
||||
<div class="third-column detail-title">{{'TAG.LABELS' | translate }}</div>
|
||||
|
Loading…
Reference in New Issue
Block a user