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 9985bfb commit 40ea06aCopy full SHA for 40ea06a
src/crate/theme/rtd/crate/static/css/ng/page-tools.scss
@@ -47,12 +47,13 @@
47
color: $pagetools-text-color;
48
}
49
50
-// Attempt to fix jumping border.
51
-// FIXME: Will cause other kinds of wobbles.
52
-/*
53
- details.sd-dropdown:not([open]).sd-card
54
- border: 1px solid transparent
55
-*/
+// Fix jumping border.
+details.sd-dropdown:not([open]).sd-card {
+ border: none;
+}
+.sd-card-header {
+ border-bottom: none;
56
57
58
/* Fix text alignment with sphinx-togglebutton */
59
button.toggle-button {
0 commit comments