From 8a46620490dd0edd83dc3ad7ed6149c111117fee Mon Sep 17 00:00:00 2001 From: ekachxaidze98 Date: Mon, 20 Jan 2025 17:21:38 +0400 Subject: [PATCH 1/2] CORE-5072: update licence format --- templates/output/index.jsx | 2 +- templates/output/styles.module.css | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/output/index.jsx b/templates/output/index.jsx index 71e0fae..d1f32fa 100644 --- a/templates/output/index.jsx +++ b/templates/output/index.jsx @@ -230,7 +230,7 @@ const ScientificOutputTemplate = ({ )} {license && (
- License: {license} + Licence: {license}
)} diff --git a/templates/output/styles.module.css b/templates/output/styles.module.css index 5cab6ef..85b13e4 100644 --- a/templates/output/styles.module.css +++ b/templates/output/styles.module.css @@ -264,7 +264,6 @@ .license-wrapper { display: flex; - align-items: center; margin-top: 24px; font-size: 16px; font-style: normal; @@ -277,6 +276,6 @@ .license-type { padding: 4px 6px; - background: #f5f5f5; border-radius: 2px; + flex: 1; } From f0c1d4d1987c1a67f73411c015d62392f9675b7d Mon Sep 17 00:00:00 2001 From: ekachxaidze98 Date: Mon, 20 Jan 2025 17:25:34 +0400 Subject: [PATCH 2/2] CORE-5072: fix lint --- templates/output/styles.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/output/styles.module.css b/templates/output/styles.module.css index 85b13e4..e2a67d4 100644 --- a/templates/output/styles.module.css +++ b/templates/output/styles.module.css @@ -275,7 +275,7 @@ } .license-type { + flex: 1; padding: 4px 6px; border-radius: 2px; - flex: 1; }