Skip to content
Snippets Groups Projects

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

Merged Timothee P requested to merge redmine-issues/17145 into develop
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
@@ -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>
Loading