ui: remove extra space in menu footer (#14457)

This commit is contained in:
Luiz Aoqui
2022-09-06 16:53:17 -04:00
committed by GitHub
parent 11496d1816
commit 05908e3b1a
2 changed files with 4 additions and 2 deletions

3
.changelog/14457.txt Normal file
View File

@@ -0,0 +1,3 @@
```release-note:bug
ui: Remove extra space when displaying the version in the menu footer.
```

View File

@@ -131,8 +131,7 @@
{{#if this.system.agent.version}} {{#if this.system.agent.version}}
<footer class="gutter-footer"> <footer class="gutter-footer">
<span class="is-faded"> <span class="is-faded">
v v{{this.system.agent.version}}
{{this.system.agent.version}}
</span> </span>
</footer> </footer>
{{/if}} {{/if}}