From e534a6a5bff14d7bc1a615880ff792c7607733e4 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 6 Apr 2024 11:55:58 +0200 Subject: [PATCH] fix(modal): do not set p in modal card as flex This fixes a bug where the description of a project or filter would be aligned right. --- frontend/src/components/misc/modal.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/frontend/src/components/misc/modal.vue b/frontend/src/components/misc/modal.vue index c5ddc1e05..94a47bdcb 100644 --- a/frontend/src/components/misc/modal.vue +++ b/frontend/src/components/misc/modal.vue @@ -188,12 +188,6 @@ $modal-width: 1024px; .info { font-style: italic; } - - p { - display: flex; - justify-content: space-between; - align-items: center; - } } }