fix(stellungnahme): Ausgabe-Buttons mobil umbrechen statt overflowen
Deploy / verify (push) Failing after 47s
Deploy / deploy (push) Has been skipped

This commit is contained in:
Peter Meier
2026-05-28 14:23:47 +02:00
parent 8194d8639d
commit a872a015d9
@@ -913,9 +913,9 @@ ${"=".repeat(64)}`;
{/if}
{#if showOutput}
<div class="rounded-xl border border-wald-300 bg-white shadow-sm">
<div class="rounded-xl border border-wald-300 bg-white shadow-sm">
<div class="flex flex-col gap-2 border-b border-wald-200 px-4 py-3 sm:flex-row sm:items-center sm:justify-between">
<span class="text-sm font-semibold text-wald-800">Ihre Einwendung</span>
<span class="text-sm font-semibold text-wald-800">Ihre Einwendung</span>
<div class="flex flex-wrap gap-2">
<button class="rounded-md border border-stein-300 px-3 py-1.5 text-xs font-medium text-stein-700 hover:bg-stein-50" onclick={copyText}>{copyFeedback || "Kopieren"}</button>
<button class="rounded-md border border-stein-300 px-3 py-1.5 text-xs font-medium text-stein-700 hover:bg-stein-50" onclick={downloadText}>Herunterladen</button>