converting to AWS image

This commit is contained in:
Nick Craig
2022-03-09 11:27:13 -05:00
parent f31692dbcb
commit 30c9a1fbbd
5 changed files with 31 additions and 24 deletions

View File

@@ -168,3 +168,7 @@ $pink: #f66d9b;
textarea.form-control.text-monospace {
font-size: 12px;
}
/*wrapfix for table */
.table .text-monospace {
word-break: break-word;
}