Skip to content

Commit

Permalink
Reduce MapStore search bar size (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidQuartz authored Nov 26, 2021
1 parent 1b89169 commit 6907797
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@
z-index: 5;
}

// reduce search bar height in resource view
.MapSearchBar .input-group {
.searchInput {
min-height: 40px;
}
}

.gn-embed {
// fix position of dashboard full screen button
.widget-container .mapstore-widget-card .mapstore-widget-header .widget-icons .btn-group button {
Expand Down

0 comments on commit 6907797

Please sign in to comment.