Browse Source

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>
pull/6164/head
Qian Deng 7 years ago
parent
commit
0c756d8df9
  1. 4
      src/portal/lib/src/helm-chart/versions/helm-chart-version.component.scss
  2. 1
      src/portal/lib/src/tag/tag-detail.component.html

4
src/portal/lib/src/helm-chart/versions/helm-chart-version.component.scss

@ -35,7 +35,9 @@
clr-dg-action-bar {
clr-dropdown {
@include dropdown-as-action-button;
.btn {
@include dropdown-as-action-button;
}
}
}

1
src/portal/lib/src/tag/tag-detail.component.html

@ -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…
Cancel
Save