Skip to content

Commit

Permalink
Merge pull request #1347 from matkoniecz/fix/search-css-include
Browse files Browse the repository at this point in the history
Remove not needed max-width.
  • Loading branch information
matkoniecz authored Mar 14, 2024
2 parents cc7815e + afa4740 commit 86d4963
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/frontend/map/search-box.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
top: 0.5rem;
left: 0.5rem;
z-index: 1000;
max-width:250px;
}

.search-box-pane {
Expand Down Expand Up @@ -34,7 +33,6 @@
.search-box input.form-control {
flex: 1;
padding: 0.1rem 0.1rem;
max-width: 157px;
}
.search-box .btn {
padding: 0.25rem 0.2rem;
Expand Down

0 comments on commit 86d4963

Please sign in to comment.