Label JSON fields in UI

This commit is contained in:
Joscha 2024-05-06 23:21:10 +02:00
parent e5ca4974d0
commit 76dc9685b0
2 changed files with 10 additions and 2 deletions

View file

@ -12,6 +12,11 @@ h1 {
color: #009682;
text-align: center;
}
label {
display: block;
font-weight: bold;
margin-top: 4mm;
}
textarea {
display: block;
width: 100%;