From 68f8f25a2970cbf00be723d3b1042c86f4b959d2 Mon Sep 17 00:00:00 2001 From: Titus Kristiansen <titusk@stud.ntnu.no> Date: Mon, 2 May 2022 11:26:16 +0200 Subject: [PATCH] Button in newitemform righted --- src/components/CommunityComponents/NewItemForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CommunityComponents/NewItemForm.vue b/src/components/CommunityComponents/NewItemForm.vue index 2e90ff1..ea6abb8 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> -- GitLab