We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcfd4f3 commit 4ee86c1Copy full SHA for 4ee86c1
1 file changed
extensions/ql-vscode/src/view/common/ResponsiveContainer.tsx
@@ -6,6 +6,7 @@ export const ResponsiveContainer = styled.div`
6
align-items: flex-start;
7
justify-content: flex-start;
8
height: 100vh;
9
+ padding-top: 0.4rem;
10
11
@media (min-height: 300px) {
12
align-items: center;
0 commit comments