diff --git a/modules/monitoring/application/views/scripts/show/components/actions.phtml b/modules/monitoring/application/views/scripts/show/components/actions.phtml
index 1f39f6996..c0d40c4bc 100644
--- a/modules/monitoring/application/views/scripts/show/components/actions.phtml
+++ b/modules/monitoring/application/views/scripts/show/components/actions.phtml
@@ -34,5 +34,5 @@ if ($navigation->isEmpty()) {
?>
= $this->translate('Actions'); ?> |
- = $navigation->getRenderer()->setElementTag('td'); ?>
+ = $navigation->getRenderer()->setElementTag('td')->setCssClass('actions'); ?>
\ No newline at end of file
diff --git a/modules/monitoring/application/views/scripts/show/components/notes.phtml b/modules/monitoring/application/views/scripts/show/components/notes.phtml
index c5179dcfa..64f4a491d 100644
--- a/modules/monitoring/application/views/scripts/show/components/notes.phtml
+++ b/modules/monitoring/application/views/scripts/show/components/notes.phtml
@@ -38,5 +38,5 @@ if ($navigation->isEmpty()) {
?>
= $this->translate('Notes'); ?> |
- = $navigation->getRenderer()->setElementTag('td'); ?>
+ = $navigation->getRenderer()->setElementTag('td')->setCssClass('notes'); ?>
\ No newline at end of file
diff --git a/modules/monitoring/public/css/module.less b/modules/monitoring/public/css/module.less
index 4eb672c32..405d2a6aa 100644
--- a/modules/monitoring/public/css/module.less
+++ b/modules/monitoring/public/css/module.less
@@ -17,6 +17,11 @@ table.action td .pluginoutput {
margin: 0;
}
+td.notes ul.nav,
+td.actions ul.nav {
+ .non-list-like-list;
+}
+
div.pluginoutput {
overflow: auto;
color: #888;