Skip to content

Commit

Permalink
fix: icon margin of sensor valus
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stainbrook <[email protected]>
  • Loading branch information
rackrick committed May 27, 2024
1 parent 189c834 commit 724bd66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>

Check failure on line 1 in src/components/panels/Miscellaneous/MoonrakerSensorValue.vue

View workflow job for this annotation

GitHub Actions / Prettier

src/components/panels/Miscellaneous/MoonrakerSensorValue.vue#L1

There are issues with this file's formatting, please run Prettier to fix the errors
<div class="moonraker-sensor-container">
<span class="text-left moonraker-sensor-value-name"><v-icon small>{{ symbol }}</v-icon> {{ name }}:</span>
<span class="text-left moonraker-sensor-value-name"><v-icon small class="mr-2">{{ symbol }}</v-icon>{{ name }}:</span>
<span class="text-right moonraker-sensor-value">{{ value }}</span>
<span class="moonraker-sensor-unit">{{ unit }}</span>
</div>
Expand Down

0 comments on commit 724bd66

Please sign in to comment.