fix: wrapped text on button

This commit is contained in:
Luka Dekanozishvili 2026-02-03 18:06:12 +01:00
parent 9523848bb6
commit 85b5306609

View file

@ -313,7 +313,7 @@ record to change value very often."
<div class="flex flex-col sm:flex-row justify-center items-center break-all">
<RecordExplanation {recordType} {name} {value} {displayName} {displayValue} {fqdn}/>
<button class="btn btn-primary m-2 w-full sm:w-30" type="submit">Create record</button>
<button class="btn btn-primary m-2 w-full text-nowrap sm:w-30" type="submit">Create record</button>
</div>
{#if error}