diff --git a/frontend/components/editProduct.vue b/frontend/components/editProduct.vue index 4e32b0c..1c50b64 100644 --- a/frontend/components/editProduct.vue +++ b/frontend/components/editProduct.vue @@ -75,8 +75,6 @@ - -
@@ -237,6 +235,12 @@ button { .variation { display: flex; + padding: 1rem 0; + width: max-content; + + &:not(:last-of-type) { + border-bottom: 2px solid black; + } } .variation-controls {