We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a2ee61 commit 23e2dadCopy full SHA for 23e2dad
1 file changed
docs/js/styles/theme.css
@@ -794,3 +794,15 @@ html[data-theme="dark"] .DocSearch-Button-Keys kbd {
794
color: #e2e8f0 !important;
795
background: #334155 !important;
796
}
797
+
798
+/* 1. Prevent the body from expanding beyond the device width */
799
+html, body {
800
+ max-width: 100vw;
801
+ overflow-x: hidden;
802
+}
803
804
+/* 2. Force inline code, links, and long text to wrap on mobile */
805
+:not(pre) > code, a {
806
+ overflow-wrap: break-word;
807
+ word-break: break-word;
808
0 commit comments