Skip to content
Snippets Groups Projects
Commit fe1730d1 authored by Ramesh Kumar's avatar Ramesh Kumar
Browse files

TMSS-617: Removed label capitalizing as all labels case are changes where it...

TMSS-617: Removed label capitalizing as all labels case are changes where it should not be capiltalized. Eg. kHz.
parent 8cc7bee5
No related branches found
No related tags found
2 merge requests!634WIP: COBALT commissioning delta,!607Resolves TMSS-617
...@@ -135,7 +135,7 @@ p { ...@@ -135,7 +135,7 @@ p {
} }
#editor_holder label { #editor_holder label {
text-transform: capitalize; /* text-transform: capitalize; */
color: #28289b; color: #28289b;
} }
......
...@@ -360,9 +360,6 @@ h3 + div + p { ...@@ -360,9 +360,6 @@ h3 + div + p {
#editor_holder label { #editor_holder label {
color: #004B93 !important; color: #004B93 !important;
} }
label {
text-transform: capitalize;
}
/** /**
- JSON Editor - End - JSON Editor - End
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment