From 37182b7ebb5c73b2ba0ad7bd92c28368fa7aa43d Mon Sep 17 00:00:00 2001 From: RemiSaurel Date: Sun, 28 Aug 2022 10:12:41 +0200 Subject: [PATCH] hotfix add button center --- src/components/ToDoList.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ToDoList.vue b/src/components/ToDoList.vue index 309ccb9..7118f13 100644 --- a/src/components/ToDoList.vue +++ b/src/components/ToDoList.vue @@ -141,6 +141,7 @@ export default { background-color: #504746; color: white; user-select: none; + text-align: center; } #add_button:disabled {