Skip to content
Snippets Groups Projects
Commit 51f90c02 authored by Camille Blanchon's avatar Camille Blanchon
Browse files

Merge branch 'redmine-issues/17145' into 'develop'

REDMINE_ISSUE-17145 | Ajout signalement - champs personnalisés trop serré

See merge request !574
parents 8eba8a71 ebf0b3fe
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 @@ ...@@ -280,6 +280,7 @@
<div <div
v-for="(field, index) in orderedCustomFields" v-for="(field, index) in orderedCustomFields"
:key="field.field_type + index" :key="field.field_type + index"
class="extraform"
> >
<FeatureExtraForm <FeatureExtraForm
:id="field.label" :id="field.label"
...@@ -1054,4 +1055,7 @@ export default { ...@@ -1054,4 +1055,7 @@ export default {
.leaflet-bottom { .leaflet-bottom {
z-index: 800; z-index: 800;
} }
.extraform {
margin-bottom: 1em;
}
</style> </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