We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f6b8c commit 89a5816Copy full SHA for 89a5816
.changeset/young-poets-cry.md
@@ -0,0 +1,5 @@
1
+---
2
+"gitbook": patch
3
4
+
5
+Fix OpenAPI disclosure label ("Show properties") misalignment on mobile
packages/gitbook/src/components/DocumentView/OpenAPI/style.css
@@ -806,7 +806,7 @@ body:has(.openapi-select-popover) {
806
@media (hover: none) {
807
/* Make button label always visible on non-hover devices like phones */
808
.openapi-disclosure-trigger-label {
809
- @apply relative ring-1 bg-tint-base;
+ @apply relative ring-1 bg-tint-base right-0;
810
}
811
.openapi-disclosure-trigger-label span {
812
@apply block;
0 commit comments