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.
2 parents ef6b173 + 45b76ba commit d7fc85dCopy full SHA for d7fc85d
ui/src/css/base.css
@@ -145,3 +145,11 @@ object[type="image/svg+xml"]:not([width]) {
145
background-color: var(--scrollbar_hover-thumb-color);
146
}
147
148
+
149
+/* Firefox-specific CSS to fix flexbox shrinking issue */
150
+@-moz-document url-prefix() {
151
+ main > .content .doc,
152
+ article.doc {
153
+ flex-shrink: 0; /* Prevent excessive shrinking in Firefox */
154
+ }
155
+}
0 commit comments