Skip to content

Commit

Permalink
[webapp] fix applist delete button display (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsun28 committed Jan 16, 2024
1 parent 6379d5c commit 5491fdb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<nz-divider></nz-divider>

<div style="margin-bottom: 20px" nz-row>
<div nz-col [nzXs]="{ span: 24 }" [nzLg]="{ span: 10 }">
<div nz-col [nzXs]="{ span: 24 }" [nzLg]="{ span: 14 }">
<button nz-button nzType="primary" (click)="sync()" nz-tooltip [nzTooltipTitle]="'common.refresh' | i18n">
<i nz-icon nzType="sync" nzTheme="outline"></i>
</button>
Expand All @@ -47,7 +47,7 @@
{{ 'monitors.delete' | i18n }}
</button>
</div>
<div nz-col [nzXs]="{ span: 24 }" [nzLg]="{ span: 8, offset: 6 }" class="mobile-hide">
<div nz-col [nzXs]="{ span: 24 }" [nzLg]="{ span: 8, offset: 2 }" class="mobile-hide">
<button style="margin-right: 25px; float: right" nz-button nzType="primary" (click)="onFilterSearchMonitors()">
{{ 'common.search' | i18n }}
</button>
Expand Down

0 comments on commit 5491fdb

Please sign in to comment.