fix: wrapped text on button
This commit is contained in:
parent
9523848bb6
commit
85b5306609
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue