diff --git a/backend/public/product_editor.html b/backend/public/product_editor.html index b5858a6..dd2f2ad 100644 --- a/backend/public/product_editor.html +++ b/backend/public/product_editor.html @@ -62,6 +62,7 @@ #wrapper { display: flex; justify-content: center; + flex-wrap: wrap; gap: 2rem; } #wrapper form { @@ -78,6 +79,13 @@ height: 150px; background-color: #fff; } + #coords { + display: flex; + flex-direction: column; + align-items: center; + justify-content: space-between; + height: 100%; + }
@@ -150,6 +158,30 @@ +