Skip to content

Commit 19d30d6

Browse files
fix(advance-filtering): resolve review comments
1 parent c8b6dd2 commit 19d30d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.grid__wrapper {
22
display: flex;
3-
flex-direction: column;
3+
flex-flow: column;
44
margin: 15px;
55
align-items: stretch;
66
}
77

88
.advanced-dialog {
99
margin-bottom: 2px;
10-
max-height: 325px;
10+
height: 325px;
1111
overflow-y: auto;
1212
}

0 commit comments

Comments
 (0)