From f1e6b3afc2e87fe7a727a7afd5e19ecc6c6c7a52 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Wed, 6 Nov 2024 16:48:44 -0500 Subject: [PATCH] Fix tab --- app/static/app/js/css/SharePopup.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/static/app/js/css/SharePopup.scss b/app/static/app/js/css/SharePopup.scss index 6cb576b39..ca930ff2d 100644 --- a/app/static/app/js/css/SharePopup.scss +++ b/app/static/app/js/css/SharePopup.scss @@ -35,12 +35,12 @@ h3.popover-title{ padding-top: 8px; display: flex; - justify-content: space-between; + justify-content: space-between; } .checkboxes{ display: flex; - justify-content: space-between; + justify-content: space-between; } .btn-qr{