Fix next-prev navigator for large title (#258)

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
Emruz Hossain 2021-03-23 22:28:57 +06:00 committed by GitHub
parent 2af89479be
commit 4ca728790e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 6 deletions

View file

@ -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;