diff --git a/frontend/src/styles.css b/frontend/src/styles.css index dc277b2..469060b 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -826,7 +826,7 @@ td { gap: 10px; max-height: 520px; overflow: auto; - padding-right: 3px; + padding: 10px 3px 4px 0; } .alert-item { @@ -847,7 +847,7 @@ td { } .alert-item:hover { - transform: translateY(-1px); + transform: none; } .alert-item.is-open {