From 826330035fd648e5780a25aeeb1bbdff2f157ac8 Mon Sep 17 00:00:00 2001 From: Azareal Date: Fri, 23 Nov 2018 18:58:34 +1000 Subject: [PATCH] Fixed text flowing out of the boxes on the forums page on Nox. --- themes/nox/public/main.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/nox/public/main.css b/themes/nox/public/main.css index d974d8d5..a860519c 100644 --- a/themes/nox/public/main.css +++ b/themes/nox/public/main.css @@ -579,7 +579,7 @@ button, .formbutton, .panel_right_button:not(.has_inner_button) { margin-left: auto; margin-right: 8px; padding-top: 2px; - width: 140px; + width: 155px; } .forum_list .forum_right img { margin-right: 10px; @@ -587,6 +587,8 @@ button, .formbutton, .panel_right_button:not(.has_inner_button) { } .forum_list .forum_right span { line-height: 19px; + overflow: hidden; + text-overflow: ellipsis; } .forum_list .forum_right span a { white-space: nowrap;