Skip to content

Commit

Permalink
Fix: Some titles are not capitalized in metadata form (#1911)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuren1 authored and allyoucanmap committed Nov 22, 2024
1 parent 4d9cf1c commit e606e02
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@
display: flex;
flex-wrap: wrap;
column-gap: 0.5rem;
text-transform: capitalize;
align-items: center;
.gn-metadata-form-description {
margin-bottom: 5px;
Expand All @@ -237,6 +236,9 @@
font-weight: 700;
}
}
label {
text-transform: capitalize;
}
}
}

Expand Down

0 comments on commit e606e02

Please sign in to comment.