Fixed input alignment for variable page

This commit is contained in:
Marcel Baumgartner 2024-02-11 17:57:16 +01:00
parent 07c09e48e3
commit 970bca7121

View file

@ -42,6 +42,7 @@
<div class="form-text fs-5 mb-2 mt-0">
@imageVariable.Description
</div>
<div class="mt-auto">
@if (imageVariable.AllowUserToEdit)
{
<div class="input-group">
@ -59,6 +60,7 @@
}
</div>
</div>
</div>
}
}
</div>