Skip to content
Snippets Groups Projects
Commit ebf0b3fe authored by Timothee P's avatar Timothee P :sunflower:
Browse files

add space below extraforms

parent ddd45053
No related branches found
No related tags found
1 merge request!574REDMINE_ISSUE-17145 | Ajout signalement - champs personnalisés trop serré
......@@ -280,6 +280,7 @@
<div
v-for="(field, index) in orderedCustomFields"
:key="field.field_type + index"
class="extraform"
>
<FeatureExtraForm
:id="field.label"
......@@ -1054,4 +1055,7 @@ export default {
.leaflet-bottom {
z-index: 800;
}
.extraform {
margin-bottom: 1em;
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment