mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 08:22:18 +02:00
minh for form rows
This commit is contained in:
parent
9e5ab55218
commit
d6e665d378
2 changed files with 5 additions and 1 deletions
|
@ -293,3 +293,7 @@ Fit-content itself does not work.
|
|||
.width-40p {
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.minh-143px {
|
||||
min-height: 143px;
|
||||
}
|
||||
|
|
|
@ -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" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue