Frontend: change text-left, text-right to text-start, text-end #3168

This commit is contained in:
Anastasiia
2024-12-17 15:07:24 +01:00
parent 2aa6a23989
commit f568a1686d
15 changed files with 34 additions and 34 deletions

View File

@@ -4,7 +4,7 @@
<v-card flat tile class="mt-0 px-1 bg-background">
<v-card-actions v-if="$config.values.restart">
<v-row align="start">
<v-col cols="12" class="pa-2 text-left">
<v-col cols="12" class="pa-2 text-start">
<v-alert color="primary" icon="mdi-information" class="pa-2" type="info" variant="outlined">
<a style="color: inherit" href="#restart">
<translate>Changes to the advanced settings require a restart to take effect.</translate>