mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +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-desktop {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.flex-end {
|
||||||
|
align-items: flex-end;
|
||||||
}
|
}
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
<legend>DS Data record {{forloop.counter}}</legend>
|
<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">
|
<div class="tablet:grid-col-4">
|
||||||
{% with attr_required=True %}
|
{% with attr_required=True %}
|
||||||
{% input_with_errors form.key_tag %}
|
{% input_with_errors form.key_tag %}
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
<legend>Key Data record {{forloop.counter}}</legend>
|
<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">
|
<div class="tablet:grid-col-4">
|
||||||
{% with attr_required=True %}
|
{% with attr_required=True %}
|
||||||
{% input_with_errors form.flag %}
|
{% input_with_errors form.flag %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue