minh for form rows

This commit is contained in:
Rachid Mrad 2025-03-06 20:47:05 -05:00
parent 9e5ab55218
commit d6e665d378
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View file

@ -293,3 +293,7 @@ Fit-content itself does not work.
.width-40p {
width: 40%;
}
.minh-143px {
min-height: 143px;
}

View file

@ -85,7 +85,7 @@
<section class="add-nameservers-form display-none section-outlined">
{{ form.domain }}
<h2>Add a name server</h2>
<div class="repeatable-form">
<div class="repeatable-form minh-143px">
<div class="grid-row grid-gap-2 flex-end">
<div class="tablet:grid-col-6">
{% with sublabel_text="Example: ns"|concat:forloop.counter|concat:".example.com" %}