Skip to content

Commit

Permalink
TNO-3034 change to advance search section heights (#2274)
Browse files Browse the repository at this point in the history
  • Loading branch information
nehalaggarwal-bcgov authored Sep 9, 2024
1 parent 3cb0510 commit 69b6f2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ import { Row } from 'tno-core';

export const AdvancedSearch = styled(Row)<{ expanded: boolean }>`
position: relative;
max-height: calc(100vh - 10em);
.react-datepicker {
margin-left: 7em;
}
.page-section {
width: 100%;
height: 90vh;
}
.elastic-info {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const SearchPage = styled.div<{ expanded: boolean }>`
margin-left: 0.5em;
margin-right: 0.5em;
}
max-height: 100vh;
overflow: none;
.header-col {
Expand Down Expand Up @@ -101,7 +100,7 @@ export const SearchPage = styled.div<{ expanded: boolean }>`
}
.page-section {
max-height: calc(100vh - 11em);
height: 90vh;
overflow: hidden;
}
.adv-search-container > div {
Expand Down

0 comments on commit 69b6f2a

Please sign in to comment.