Skip to content

Commit 757acc4

Browse files
committed
minor
1 parent 0b891a4 commit 757acc4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

services/static-webserver/client/source/class/osparc/wrapper/JsonFormatter.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ qx.Class.define("osparc.wrapper.JsonFormatter", {
9292
color: ${color} !important; /* Use your preferred color */
9393
font-family: "Manrope", sans-serif !important;
9494
}
95+
#${divId} .json-formatter-key {
96+
font-size: 13px !important; /* actually keeping the default size */
97+
}
9598
`;
9699
document.head.appendChild(style);
97100
}

0 commit comments

Comments
 (0)