From 3ca074a3ba6667921a976fd58fa564cdb088cf92 Mon Sep 17 00:00:00 2001 From: Anthony Debucquoy Date: Fri, 19 Apr 2024 20:35:16 +0200 Subject: [PATCH] typo --- frontend/src/Apps/Forums.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/Apps/Forums.vue b/frontend/src/Apps/Forums.vue index 96d3225..a39da43 100644 --- a/frontend/src/Apps/Forums.vue +++ b/frontend/src/Apps/Forums.vue @@ -63,7 +63,7 @@ const addPostContent = ref("");
- + @@ -111,6 +111,7 @@ const addPostContent = ref(""); display: flex; justify-content: center; align-items: center; + flex-direction: column; gap: 10px; }