diff --git a/front/src/CollectionFormElement.vue b/front/src/CollectionFormElement.vue index 808f064..e990986 100644 --- a/front/src/CollectionFormElement.vue +++ b/front/src/CollectionFormElement.vue @@ -81,6 +81,11 @@ function onPointerMove(e) { > @@ -175,13 +180,15 @@ function onPointerMove(e) { height: 40px; width: 40px; font-size: 36px; + +} + +.align-right { + display: flex; + justify-content: flex-end; } @media (max-width: 1024px) { - .inputpositionwidget { - margin-top: 10px; - } - .positionwidget { margin-bottom: 10px; }