tweak layout

This commit is contained in:
Rachid Mrad 2023-10-03 15:31:03 -04:00
parent faae7693c4
commit 35a455f6fa
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF
3 changed files with 6 additions and 2 deletions

View file

@ -120,4 +120,8 @@ abbr[title] {
.float-left-desktop {
float: left;
}
}
.flex-end {
align-items: flex-end;
}

View file

@ -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 %}

View file

@ -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 %}