Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorEmruz Hossain <hossainemruz@gmail.com>2021-03-23 19:28:57 +0300
committerGitHub <noreply@github.com>2021-03-23 19:28:57 +0300
commit4ca728790ef904d4da2f0df2a9d9d2d2c2b7d83a (patch)
tree2ac4e25975daa734aaed949d13881e55abfaef31 /static
parent2af89479bee6cac2012a7b6c5603dd3712e7fa49 (diff)
Fix next-prev navigator for large title (#258)
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
Diffstat (limited to 'static')
-rw-r--r--static/css/layouts/single.css4
1 files changed, 4 insertions, 0 deletions
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;