diff -r 8066895cc57e -r c50da26a6d31 src/main/webapp/projects.css --- a/src/main/webapp/projects.css Tue Aug 03 14:46:04 2021 +0200 +++ b/src/main/webapp/projects.css Tue Aug 03 15:10:43 2021 +0200 @@ -173,4 +173,19 @@ span.eta-overdue { color: red; -} \ No newline at end of file +} + +table.issue-view { + border-collapse: collapse; + margin-bottom: 1em; +} + +table.issue-view td, table.issue-view th { + background: #f7f7f7; + border: solid silver 1pt; + padding: .5em; +} + +table.issue-view th { + white-space: nowrap; +}