From 8949d2a3cefa98debe8a620713de4e0ca9e873ab Mon Sep 17 00:00:00 2001 From: camer0n Date: Mon, 28 Apr 2025 18:20:29 -0700 Subject: [PATCH] Issue #5473 Tweaked styling of

---
 e107_themes/bootstrap3/css/modern-dark-2.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/e107_themes/bootstrap3/css/modern-dark-2.css b/e107_themes/bootstrap3/css/modern-dark-2.css
index e4294540e..4d03c8075 100644
--- a/e107_themes/bootstrap3/css/modern-dark-2.css
+++ b/e107_themes/bootstrap3/css/modern-dark-2.css
@@ -1927,7 +1927,7 @@ div.is-table-row .sidebar-toggle-panel { /*display:none; */
     overflow: visible !important; /* Ensure no clipping */
 }
 #admin-ui-nav-menu li.divider { margin: 15px; border-bottom: 1px outset rgba(255,255,255,0.3) !important; }
-
+.adminlist table td pre { max-width: 1200px !important; }
 
 .text-primary,.text-primary:hover{color:#337ab7 !important}
 .text-success,.text-success:hover{color:#51a351 !important}