Skip to content

Commit 2b26c25

Browse files
[#620] Fix filter card height in Explore Studies page
1 parent 3fb3cd1 commit 2b26c25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/pages/explore-studies/ExploreStudiesPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ const ExploreStudiesPage = () => {
701701
<Col span={24}>
702702
<Row
703703
gutter={[12, 12]}
704-
align="middle"
704+
align="stretch"
705705
className="map-filter-container"
706706
>
707707
<Col span={16}>

frontend/src/pages/explore-studies/explore-studies-page.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
.map-filter-container {
4040
.map-card-wrapper,
4141
.filter-card-wrapper {
42-
min-height: 505px;
42+
min-height: 527px;
4343
}
4444

4545
.map-card-wrapper {

0 commit comments

Comments
 (0)