Fix WireGuard QR code layout on mobile in site creation page

This commit is contained in:
Kolin
2026-01-19 22:46:04 +01:00
committed by Owen Schwartz
parent fd6c600531
commit 75005ccf81

View File

@@ -1067,7 +1067,7 @@ WantedBy=default.target`
</SettingsSectionDescription>
</SettingsSectionHeader>
<SettingsSectionBody>
<div className="flex items-center gap-4">
<div className="flex flex-col sm:flex-row items-center gap-4">
<CopyTextBox text={wgConfig} />
<div
className={`relative w-fit border rounded-md`}