mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 03:06:01 +02:00
tweak layout
This commit is contained in:
parent
faae7693c4
commit
35a455f6fa
3 changed files with 6 additions and 2 deletions
|
@ -120,4 +120,8 @@ abbr[title] {
|
|||
.float-left-desktop {
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
|
||||
.flex-end {
|
||||
align-items: flex-end;
|
||||
}
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
<legend>DS Data record {{forloop.counter}}</legend>
|
||||
|
||||
<div class="grid-row grid-gap-2">
|
||||
<div class="grid-row grid-gap-2 flex-end">
|
||||
<div class="tablet:grid-col-4">
|
||||
{% with attr_required=True %}
|
||||
{% input_with_errors form.key_tag %}
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
<legend>Key Data record {{forloop.counter}}</legend>
|
||||
|
||||
<div class="grid-row grid-gap-2">
|
||||
<div class="grid-row grid-gap-2 flex-end">
|
||||
<div class="tablet:grid-col-4">
|
||||
{% with attr_required=True %}
|
||||
{% input_with_errors form.flag %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue