Skip to content

Commit

Permalink
Respa admin: reduce height of resource form padding.
Browse files Browse the repository at this point in the history
Refs: TTVA-188
  • Loading branch information
danjacob-anders committed Dec 21, 2023
1 parent 90e4e7d commit f453d33
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions respa_admin/static_src/styles/form/page-form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
.form-container {
padding-bottom: $input-height-default + $padding-large-vertical * 2;

&-resource {
padding-bottom: $input-height-default + $padding-large-vertical * 1.5;
}

.error, .success {
width: 100%;
}
Expand Down Expand Up @@ -148,3 +152,5 @@
color: red;
}
}


Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% include "respa_admin/resources/form/_nav.html" %}
{% endblock form_nav %}
{% block body %}
<div class="container form-container">
<div class="container form-container form-container-resource">
<form method="post" enctype="multipart/form-data" class="resource-form">
{% csrf_token %}
{{ resource_accessibility_formset.management_form }}
Expand Down

0 comments on commit f453d33

Please sign in to comment.