Skip to content

Commit e606e02

Browse files
dsuren1allyoucanmap
authored andcommitted
Fix: Some titles are not capitalized in metadata form (#1911)
1 parent 4d9cf1c commit e606e02

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

geonode_mapstore_client/client/themes/geonode/less/_metadata.less

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@
219219
display: flex;
220220
flex-wrap: wrap;
221221
column-gap: 0.5rem;
222-
text-transform: capitalize;
223222
align-items: center;
224223
.gn-metadata-form-description {
225224
margin-bottom: 5px;
@@ -237,6 +236,9 @@
237236
font-weight: 700;
238237
}
239238
}
239+
label {
240+
text-transform: capitalize;
241+
}
240242
}
241243
}
242244

0 commit comments

Comments
 (0)