Skip to content

Commit 0e1dda5

Browse files
fix(advance-filtering): add styles for tree and hierarchical grids
1 parent 19d30d6 commit 0e1dda5

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

src/app/hierarchical-grid/hierarchical-grid-external-advanced-filtering/hierarchical-grid-external-advanced-filtering.component.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
margin: 15px;
33
display: flex;
44
flex-flow: column;
5+
align-items: stretch;
56
}
67

78
.photo {
@@ -14,5 +15,6 @@
1415

1516
.advanced-dialog {
1617
margin-bottom: 2px;
17-
height: 300px;
18-
}
18+
height: 325px;
19+
overflow-y: auto;
20+
}

src/app/tree-grid/tree-grid-external-advanced-filtering/tree-grid-external-advanced-filtering.component.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
display: flex;
33
flex-flow: column;
44
margin: 15px;
5+
align-items: stretch;
56
}
67

78
.advanced-dialog {
89
margin-bottom: 2px;
9-
height: 300px;
10-
}
10+
height: 325px;
11+
overflow-y: auto;
12+
}

0 commit comments

Comments
 (0)