mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
ui: remove extra space in menu footer (#14457)
This commit is contained in:
3
.changelog/14457.txt
Normal file
3
.changelog/14457.txt
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
```release-note:bug
|
||||||
|
ui: Remove extra space when displaying the version in the menu footer.
|
||||||
|
```
|
||||||
@@ -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}}
|
||||||
|
|||||||
Reference in New Issue
Block a user