Skip to content

Commit

Permalink
wc: Fix padding of footer container #TASK-7216 #TASK-7100
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Nov 28, 2024
1 parent 16adb7b commit 1c7334f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webcomponents/commons/layout/layout-footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default class LayoutFooter extends LitElement {

render() {
return html`
<div class="d-flex justify-content-between border-top py-4 mx-3">
<div class="d-flex justify-content-between border-top py-4 mx-4">
<div class=""></div>
<div class="d-flex gap-3">
${this.renderVersion("IVA (JSorolla)", "v" + this.version, "https://github.com/opencb/jsorolla")}
Expand Down

0 comments on commit 1c7334f

Please sign in to comment.