Skip to content

Commit

Permalink
Add "form-control-plaintext" to validatie
Browse files Browse the repository at this point in the history
Helps with vertical alignment, cf. Bron
  • Loading branch information
peterdesmet authored Dec 9, 2024
1 parent c611450 commit 5f79daa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ObservationDetailsComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
<div class="row mb-2">
<label class="col-4 col-form-label">Validatie</label>
<div class="col-8">
<p>
<p class="form-control-plaintext">
{{ validationStatusEnum[selectedObservation.wn_validation_status] || "Geen"
}}
</p>
Expand Down Expand Up @@ -775,4 +775,4 @@ export default {
};
}
};
</script>
</script>

0 comments on commit 5f79daa

Please sign in to comment.