Skip to content

Commit

Permalink
css tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirish committed Oct 9, 2024
1 parent a918fad commit f2510b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dist/css/map.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}

/* Map and location columns */
.locations-container .locations-map,
.locations-container .locations-map,
.locations-container .location-col {
flex: 1;
max-height: 600px; /* Ensure both the map and location list don't exceed this height */
Expand Down Expand Up @@ -38,7 +38,6 @@
.locations-panel {
flex-grow: 1; /* Allow the panel to grow and take up the remaining space */
overflow-y: auto;
padding: 1rem;
}

/* Style for individual places in the list */
Expand Down

0 comments on commit f2510b5

Please sign in to comment.