fix all the spacings i could find

This commit is contained in:
Henry Jameson 2022-03-23 16:15:05 +02:00
parent 08811e5a27
commit 961ca3a71b
10 changed files with 12 additions and 0 deletions

View file

@ -4,6 +4,7 @@
class="ChoiceSetting"
>
<slot />
{{ ' ' }}
<Select
:modelValue="state"
:disabled="disabled"

View file

@ -68,6 +68,7 @@
:title="$t('general.close')"
>
<span>{{ $t("settings.file_export_import.backup_restore") }}</span>
{{ ' ' }}
<FAIcon
icon="chevron-down"
/>

View file

@ -903,6 +903,7 @@
<div class="tab-header shadow-selector">
<div class="select-container">
{{ $t('settings.style.shadows.component') }}
{{ ' ' }}
<Select
id="shadow-switcher"
v-model="shadowSelected"