Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
garbage autocomplete styling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emneirin committed May 21, 2023
1 parent 51994a2 commit 0d23864
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/pages/admin/data/garbage-collection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -461,16 +461,16 @@ function GarbageCollectionSchedule() {
</Col>
<Col md={6} style={{ alignItems: "center" }}>
<Row>
<Col md={5}>
<div style={{ display: "flex" }}>
<Col md={6}>
<div>
<BuildingAutocomplete
initialId={0}
setObjectId={setSearchedBuilding}
required={false}
/>
</div>
</Col>
<Col md={5}>
<Col md={6}>
<div>
<TourAutocomplete initialId={0} setObjectId={setSearchedTour} />
</div>
Expand Down

0 comments on commit 0d23864

Please sign in to comment.