Fix embed-pdf short code not rendering pdf file

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
hossainemruz 2023-12-08 22:03:11 +06:00
parent bb9fec2e5d
commit f72217181b
3 changed files with 18 additions and 7 deletions

View file

@ -8,9 +8,16 @@
}
.paginator {
display: none;
display: flex!important;
width: 100% !important;
text-align: center;
margin-bottom: 10px;
margin-bottom: 0.2rem !important;
justify-content: space-between;
.page-number-indicator {
margin-left: auto;
margin-right: auto;
}
}
.loading-wrapper {