From 9221e7894c3cef15b551b1a719c891f427779bce Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 26 Jul 2019 17:24:17 +0200 Subject: [PATCH] Make host names bold in the event history --- modules/monitoring/public/css/tables.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/monitoring/public/css/tables.less b/modules/monitoring/public/css/tables.less index 959b25402..dffb19961 100644 --- a/modules/monitoring/public/css/tables.less +++ b/modules/monitoring/public/css/tables.less @@ -267,5 +267,9 @@ > .history-message-output { flex: 1; + + > a { + font-weight: bold; + } } }