Fix WireGuard QR code layout on mobile in site credentials page

This commit is contained in:
Kolin
2026-01-19 22:44:41 +01:00
committed by Owen Schwartz
parent 6996c2501e
commit fd6c600531

View File

@@ -306,7 +306,7 @@ export default function CredentialsPage() {
{!loadingDefaults && ( {!loadingDefaults && (
<> <>
{wgConfig ? ( {wgConfig ? (
<div className="flex items-center gap-4"> <div className="flex flex-col sm:flex-row items-center gap-4">
<CopyTextBox <CopyTextBox
text={wgConfig} text={wgConfig}
outline={true} outline={true}