Skip to content

Commit

Permalink
fix buton height in customer order selection
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpochat committed Dec 1, 2024
1 parent 5c65ca2 commit 2f09091
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/app/src/domains/sale/components/PackageSelector.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
.package-selector {
margin: 1rem;
display: grid;
height: fit-content;
}

.package-selector__actions {
grid-column: 1/-1;
width: 100%;
height: fit-content;
display: flex;
justify-content: space-around;
}

0 comments on commit 2f09091

Please sign in to comment.