From 04e6ce8a34ef6e460b8c728183aff39e7a9e47a7 Mon Sep 17 00:00:00 2001 From: Dominique Bischof Date: Mon, 8 Feb 2021 14:47:37 -0500 Subject: [PATCH] Prevent recent actions from overflowing container E.g. when content is long & non-breaking, such as a URL https://github.com/stephenmcd/grappelli-safe/issues/101 --- grappelli_safe/static/grappelli/css/dashboard.css | 1 + 1 file changed, 1 insertion(+) diff --git a/grappelli_safe/static/grappelli/css/dashboard.css b/grappelli_safe/static/grappelli/css/dashboard.css index 2445085..b65082a 100644 --- a/grappelli_safe/static/grappelli/css/dashboard.css +++ b/grappelli_safe/static/grappelli/css/dashboard.css @@ -130,6 +130,7 @@ } .module ul.actionlist { padding-bottom: 3px; + overflow-x: auto; } ul.menulist li:last-child { border-bottom-color: #ddd;