From 54e9694fc60ea57d3ca4ab9a3142e2fbe6d11056 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 1 Jul 2023 22:17:15 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20(note)=20justify=20text=20alignm?= =?UTF-8?q?ent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FluxNote.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FluxNote.vue b/src/components/FluxNote.vue index 004bd81..fa6a66b 100644 --- a/src/components/FluxNote.vue +++ b/src/components/FluxNote.vue @@ -199,7 +199,7 @@ $header-height: 40px; } .note { - text-align: left; + text-align: justify; overflow-y: auto; height: 100vh; position: sticky;