remove extra-padding, ununsed

This commit is contained in:
Girish Ramakrishnan
2025-09-25 12:04:12 +02:00
parent 5bdfe23435
commit fc83306d72
10 changed files with 11 additions and 20 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ onMounted(async () => {
<Ipv6Config />
<Firewall />
<Section :title="$t('network.dyndns.title')" :padding="false">
<Section :title="$t('network.dyndns.title')">
<SettingsItem>
<div>{{ $t('network.dyndns.description') }}</div>
<Switch v-model="dynDnsIsEnabled" @change="onToggleDynDns" :busy="busy"/>