fix(backup-config-viewer): add top margin to WebDAV address field to prevent floating label from overlapping dialog title

Closes #5608
This commit is contained in:
Slinetrac 2025-11-26 17:13:05 +08:00
parent adb969d370
commit affdfc045e
No known key found for this signature in database

View File

@ -153,6 +153,7 @@ export const BackupConfigViewer = memo(
autoCapitalize="off"
spellCheck="false"
inputRef={urlRef}
sx={{ mt: 1 }}
/>
</Grid>
<Grid size={{ xs: 6 }}>