From 4ca728790ef904d4da2f0df2a9d9d2d2c2b7d83a Mon Sep 17 00:00:00 2001 From: Emruz Hossain Date: Tue, 23 Mar 2021 22:28:57 +0600 Subject: Fix next-prev navigator for large title (#258) Signed-off-by: hossainemruz --- static/css/layouts/single.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static') diff --git a/static/css/layouts/single.css b/static/css/layouts/single.css index 4607087..a72e93a 100644 --- a/static/css/layouts/single.css +++ b/static/css/layouts/single.css @@ -295,6 +295,10 @@ mark { transition: all 0.3s ease-out; } +.next-prev-navigator .next-prev-text{ + white-space: break-spaces; +} + .next-prev-navigator .btn-outline-info:hover { color: #3c4858 !important; background-color: #e5e9f2 !important; -- cgit v1.2.3