fix: inconsistent spacing

This commit is contained in:
alexsparkes
2024-08-24 00:39:54 +01:00
parent 67649d1985
commit e5a175db47
2 changed files with 7 additions and 2 deletions

View File

@@ -146,7 +146,8 @@ function AdvancedOptions() {
<Switch name="offlineMode" element=".other" />
</Action>
</Row>
</PreferencesWrapper>
<PreferencesWrapper>
<Row>
<Content
title={variables.getMessage('settings:sections.advanced.timezone.title')}
@@ -166,6 +167,8 @@ function AdvancedOptions() {
/>
</Action>
</Row>
</PreferencesWrapper>
<PreferencesWrapper>
<Row>
<Content
title={variables.getMessage('settings:sections.advanced.tab_name')}
@@ -175,6 +178,8 @@ function AdvancedOptions() {
<Text name="tabName" default={variables.getMessage('tabname')} category="other" />
</Action>
</Row>
</PreferencesWrapper>
<PreferencesWrapper>
<Row final={true}>
<Content
title={variables.getMessage('settings:sections.experimental.title')}