Skip to content

Commit

Permalink
NAS-129902: Audit Layout is missing grid gap (#10288)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKarpov98 authored Jul 5, 2024
1 parent 197f069 commit b6c082a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/audit/components/audit/audit.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</div>
</mat-card>

<div class="container" fxLayoutGap="16px">
<div class="container">
<div class="table-container" [class.mobile-hidden]="showMobileDetails && dataProvider.expandedRow">
@if (!isMobileView) {
<ng-container [ngTemplateOutlet]="thead"></ng-container>
Expand Down
4 changes: 4 additions & 0 deletions src/app/pages/audit/components/audit/audit.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

@include tree-node-with-details-container;

.container {
gap: 16px;
}

:host ::ng-deep {
ix-empty-row {
height: 100%;
Expand Down

0 comments on commit b6c082a

Please sign in to comment.