From fb360fc153894ecdde705868394b5ab10ce756a0 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Thu, 19 Oct 2023 13:01:26 -0400 Subject: [PATCH] Fixed some of the responsiveness inthe info-box --- assets/css/main.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/css/main.css b/assets/css/main.css index 0e5d656cb..dda668541 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -767,6 +767,7 @@ div#ch-tooltip { grid-area: key; position: relative; overflow: hidden; + white-space: nowrap; } .key::after { @@ -776,3 +777,14 @@ div#ch-tooltip { position: absolute; text-align: right; } + +@media (max-width:992px) { + .info-field > div { + width: 100%; + } + + .entry { + display: block; + margin-bottom: 1em; + } +} -- GitLab