We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd57fb commit 8ba67b1Copy full SHA for 8ba67b1
2 files changed
packages/start/src/shared/server-function-inspector/SerovalViewer.css
@@ -76,8 +76,6 @@
76
flex-direction: column;
77
gap: 0.25rem;
78
margin: 0rem 0.25rem;
79
-
80
- overflow: auto;
81
}
82
83
[data-start-seroval-property] {
packages/start/src/shared/ui/Section.css
@@ -10,6 +10,7 @@
10
11
12
[data-start-section-content] {
13
- padding: 0rem 0.5rem;
14
width: 100%;
+
15
+ overflow: auto;
16
0 commit comments