Skip to content

Instantly share code, notes, and snippets.

@boospot
Last active December 26, 2019 19:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boospot/c3196b5a7b87fdb3e50569f9926cc960 to your computer and use it in GitHub Desktop.
Save boospot/c3196b5a7b87fdb3e50569f9926cc960 to your computer and use it in GitHub Desktop.
simple css to indent child schema proprties
.us-field-label {
font-weight: bold;
}
li.us-field-level-2 {
margin-left: 2em;
}
li.us-field-level-3 {
margin-left: 3em;
}
li.us-field-level-4 {
margin-left: 4em;
}
th.us-field-label {
min-width: 150px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment