Added some no-wraps on some columns

This commit is contained in:
Kim Huebel 2020-12-14 10:30:05 +00:00
parent 42022a9726
commit 44c98a2f4e
2 changed files with 9 additions and 7 deletions

View file

@ -16,7 +16,6 @@ body {
background-color: #f5f5f5;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
@ -26,11 +25,8 @@ body {
padding: 0 15px;
}
nowrap {
white-space:nowrap
}
td.dt-nowrap { white-space: nowrap }
.red {
background-color: Coral !important;
}