diff --git a/modules/monitoring/public/css/tables.less b/modules/monitoring/public/css/tables.less index 112393280..efb4bdbf4 100644 --- a/modules/monitoring/public/css/tables.less +++ b/modules/monitoring/public/css/tables.less @@ -90,6 +90,7 @@ color: @text-color-light; font-family: @font-family-fixed; font-size: @font-size-small; + margin: 0; white-space: pre-wrap; // Long text in table cells overflows the table's width if the table's layout is not fixed. // Thus overflow-wrap will not have any effect. But w/ the following we set a width of any value