diff --git a/static/webui/style.css b/static/webui/style.css index 341588cd..a78037e0 100644 --- a/static/webui/style.css +++ b/static/webui/style.css @@ -27,3 +27,8 @@ td.text-end > a > svg { margin-left: 0.5em; margin-bottom: 4px; /* to centre the icon */ } + +/* if an item name is super long, ensure it doesn't prevent the user from using actions */ +.card-body { + overflow: auto; +}