Skip to content

Commit

Permalink
Remove not needed max-width.
Browse files Browse the repository at this point in the history
these appear to not be needed for anything and just break interface when hint is longer.
  • Loading branch information
matkoniecz committed Mar 13, 2024
1 parent cc7815e commit afa4740
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 afa4740

Please sign in to comment.