Improve spacing of hardware/firmware labels (#1359)

This commit is contained in:
Tim Wilkinson 2024-08-22 08:45:12 -07:00 committed by GitHub
parent b06d34e8e4
commit 65963f1aac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@
<div class="o">{{configuration.getFirmwareVersion()}}</div>
<div class="m">Current version</div>
</div>
<div style="text-align:right">
<div style="text-align:right;flex:2">
<div class="o">{{hardware.getHardwareType()}}</div>
<div class="m" style="padding-right:0">Hardware type</div>
</div>