Skip to content

Commit

Permalink
Use monospace font for enrolled device secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
np5 committed Aug 30, 2024
1 parent 4982308 commit a4848a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions server/static_src/scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -336,3 +336,9 @@ td > p:last-child, td > table:last-child {
.code-example {
margin: 24px 0;
}

// MDM enrolled device secrets

.ed-secret {
font-family: var(--bs-font-monospace);
}

0 comments on commit a4848a9

Please sign in to comment.