fix: convert all css properties to logical

This commit is contained in:
kolaente
2025-08-02 10:29:21 +02:00
parent 654e397638
commit 16f7fa087a
89 changed files with 239 additions and 239 deletions

View File

@@ -12,7 +12,7 @@
<XButton
icon="th"
variant="secondary"
class="mr-2"
class="me-2"
@click.prevent.stop="toggle()"
>
{{ $t('project.table.columns') }}
@@ -219,7 +219,7 @@
v-if="t.assignees.length > 0"
:assignees="t.assignees"
:avatar-size="28"
class="ml-1"
class="ms-1"
:inline="true"
/>
</td>