fix: margin bottom of TemperaturePanel.vue (#782)

This commit is contained in:
Stefan Dej 2022-05-08 22:58:56 +02:00 committed by GitHub
parent 654785fedf
commit 4f08ea7435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,8 +175,8 @@
</template>
</responsive>
</v-card-text>
<v-card-text v-if="boolTempchart" class="pa-0">
<v-divider class="my-2"></v-divider>
<v-card-text v-if="boolTempchart" class="pa-0 d-inline-block">
<v-divider class="mt-0 mb-2"></v-divider>
<v-row>
<v-col class="py-0">
<temp-chart></temp-chart>