Add text-monospace class and apply it to cron, csp and robots inputs

This commit is contained in:
Johannes Zellner
2021-09-28 19:31:52 +02:00
parent feea08adee
commit fd4ada4f4d
2 changed files with 7 additions and 3 deletions

View File

@@ -69,6 +69,10 @@ $state-danger-border: $brand-danger;
// Bootstrap extension
// ----------------------------
.text-monospace {
font-family: $font-family-monospace;
}
.row-same-height {
height: 100%;
display: table;