Skip to content

Commit 7ed5b00

Browse files
committed
fix(grid height): add height to grid and parent
1 parent ad9f2e2 commit 7ed5b00

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

projects/app-crm/src/app/grid-crm/grid-crm.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
position: relative;
5656
height: 100%;
5757
background: transparent;
58-
padding: 0.9375rem;
58+
padding: 1rem;
5959
}
6060

6161
.avatar-cell {

src/app/hierarchical-grid/hierarchical-grid-column-pinning/hierarchical-grid-toolbar-pinning.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
.grid__wrapper {
1010
margin: 0 auto 4rem;
11-
padding: 16px;
11+
padding: 1rem;
1212
height: 100%;
1313
}

0 commit comments

Comments
 (0)