diff --git a/src/components/CommunityComponents/NewItemForm.vue b/src/components/CommunityComponents/NewItemForm.vue
index 2e90ff1ce3b4d903a0e1faf80c77572a6bcc4f4f..ea6abb83500cae80226ad71f2816b129cce4fb85 100644
--- a/src/components/CommunityComponents/NewItemForm.vue
+++ b/src/components/CommunityComponents/NewItemForm.vue
@@ -206,7 +206,7 @@
     </div>
 
     <!-- Save item button -->
-    <div class="flex justify-center">
+    <div class="float-right">
       <Button :text="'Lagre'" @click="saveClicked" id="saveButton" />
     </div>
   </div>