From 313d2eff8cb61d719a1d78e862fdd14cd24ccf0d Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Thu, 29 Jun 2023 17:50:41 +0200 Subject: [PATCH] Fix styling issue --- src/panelWebView/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panelWebView/styles.css b/src/panelWebView/styles.css index ed21d4c2..c13a1d67 100644 --- a/src/panelWebView/styles.css +++ b/src/panelWebView/styles.css @@ -291,7 +291,7 @@ button { .metadata_field__label { display: flex; align-items: center; - /* justify-content: space-between; */ + justify-content: space-between; margin-bottom: 0.5rem; div {