Skip to content

Commit

Permalink
small layout fix (#1655)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkz212 authored Nov 8, 2023
1 parent 7e2c806 commit 057a83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/modules/status/status.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!-- <div>
<button (click)="addWidget()" class="btn btn-primary">Hi</button>
</div> -->
<gridster [options]="options" class="flex-grow-1 no-scrollbars px-3 py-0" [hidden]="consoleStatus === 'down'"
<gridster [options]="options" class="flex-grow-1 no-scrollbars py-0" [hidden]="consoleStatus === 'down'"
*ngIf="dashboard.length">
<ng-container *ngFor="let item of dashboard">
<gridster-item *ngIf="!(item.hideOnMobile && page.mobile)" class="widget-item" [item]="item"
Expand Down

0 comments on commit 057a83d

Please sign in to comment.