From df9b07d90e63df1dda65672042b7f518b9b6d53d Mon Sep 17 00:00:00 2001 From: kilo Date: Sat, 5 Aug 2017 23:24:24 +0200 Subject: [PATCH] Fix horrible subs description / 's width in description (#1353) * Update main.css * styling consistancy Im still wondering why 10% of it is single lined while the other 90% is proper --- public/css/main.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/css/main.css b/public/css/main.css index ead22ffd..8795a9b0 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -1119,6 +1119,9 @@ input.filelist-checkbox:checked+table.table-filelist { max-height: 100%; } +#description-box code { + white-space: normal; +} /* Markdown editor fixes */