diff --git a/static/style.css b/static/style.css index 608ae17..c6dada0 100644 --- a/static/style.css +++ b/static/style.css @@ -1853,6 +1853,14 @@ table { border-spacing: 0; } +th { + white-space: nowrap; +} + +td { + word-wrap: break-word; +} + td, th { padding: 10px;