From 8a17ab79280c6dd59718cebc86be1e4aa4f2f49a Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Wed, 29 May 2024 21:40:44 -0500 Subject: [PATCH] bug fixes --- static/css/themes/oss.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/css/themes/oss.css b/static/css/themes/oss.css index 3695941..8818714 100644 --- a/static/css/themes/oss.css +++ b/static/css/themes/oss.css @@ -55,8 +55,11 @@ font-family: 'Courier New', Courier, monospace; font-weight:lighter; font-size:14px;} */ .source-code { font-family:courier; background-color: #000000; COLOR:#ffffff; - padding-left:10px; + padding:8px; + padding-left:10px; + text-wrap: wrap; + width:calc(100% - 40px); border-left:8px solid #CAD5E0; margin-left:10px; font-weight: bold; } .main .content table {border-spacing: 2;}