From 1c7334f85d2d0bb6f61073fd61a66972660302ce Mon Sep 17 00:00:00 2001 From: Josemi Date: Thu, 28 Nov 2024 18:10:40 +0100 Subject: [PATCH] wc: Fix padding of footer container #TASK-7216 #TASK-7100 --- src/webcomponents/commons/layout/layout-footer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webcomponents/commons/layout/layout-footer.js b/src/webcomponents/commons/layout/layout-footer.js index 46a603360..0b8bc5912 100644 --- a/src/webcomponents/commons/layout/layout-footer.js +++ b/src/webcomponents/commons/layout/layout-footer.js @@ -34,7 +34,7 @@ export default class LayoutFooter extends LitElement { render() { return html` -
+
${this.renderVersion("IVA (JSorolla)", "v" + this.version, "https://github.com/opencb/jsorolla")}