diff --git a/server/static_src/scss/styles.scss b/server/static_src/scss/styles.scss index 926481b1d6..74225a8068 100644 --- a/server/static_src/scss/styles.scss +++ b/server/static_src/scss/styles.scss @@ -43,13 +43,23 @@ pre, ol, ul, dl { margin-bottom: 0px; } -table .w-3 { width:3%; } - .errorlist { color: $zred; font-weight: bold; } +// Table styling +table .w-3 { width:3%; } + +table.table-fixed-scrolleable { + table-layout: fixed; +} + +pre.scrolleable { + overflow-x: scroll; + padding-bottom: 2em; +} + // Side menu .list-group-item { border-color: transparent; diff --git a/zentral/contrib/munki/templates/munki/scriptcheck_detail.html b/zentral/contrib/munki/templates/munki/scriptcheck_detail.html index 22e17c84cb..c736382518 100644 --- a/zentral/contrib/munki/templates/munki/scriptcheck_detail.html +++ b/zentral/contrib/munki/templates/munki/scriptcheck_detail.html @@ -39,7 +39,7 @@
Attribute | Value | @@ -59,7 +59,9 @@|
---|---|---|
Source | -{{ object.source }} |
+
+ {{ object.source }}+ |
Expected result |