We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 5469cc9 commit 36914f2Copy full SHA for 36914f2
website/src/components/components/api-client/ApiClient.tsx
@@ -144,7 +144,7 @@ const ControlPanel = styled.div`
144
bottom: 0;
145
--innerHeight: calc(100% - ${({ theme }) => theme.dimensions.headerHeight}px);
146
height: calc(var(--innerHeight) * 0.45);
147
- width: 60%;
+ width: 55%;
148
}
149
`}
150
website/src/components/components/api-client/ApiTabs.tsx
@@ -83,7 +83,7 @@ const Wrapper = styled.div`
83
& {
84
top: ${({ theme }) => theme.dimensions.headerHeight}px;
85
right: 0;
86
87
88
height: calc(var(--innerHeight) * 0.55);
89
0 commit comments