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:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2020-08-25 18:30:37 +0300
committerGitHub <noreply@github.com>2020-08-25 18:30:37 +0300
commita148d6923cb72d0dfe8c974d96fcd95114994be4 (patch)
tree6437d4dc7c73bc9961b99cdc3dc930491dd48217 /static
parent738f7d5a1bdc8e0e8c00d39f3047c4072eb861d1 (diff)
add vendor specific css prefixes (#80)
Co-authored-by: hossainemruz <hossainemruz@users.noreply.github.com>
Diffstat (limited to 'static')
-rw-r--r--static/assets/css/layouts/single.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/assets/css/layouts/single.css b/static/assets/css/layouts/single.css
index 319afe9..35ecff1 100644
--- a/static/assets/css/layouts/single.css
+++ b/static/assets/css/layouts/single.css
@@ -424,6 +424,8 @@ mark {
.toc-section {
order: 2;
width: 100%;
+ height: -webkit-fit-content;
+ height: -moz-fit-content;
height: fit-content;
max-height: 0;
max-width: 100%;