Skip to content

Commit 4ee86c1

Browse files
authored
Add some spacing in modeling method empty states (#2934)
1 parent fcfd4f3 commit 4ee86c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/ql-vscode/src/view/common/ResponsiveContainer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export const ResponsiveContainer = styled.div`
66
align-items: flex-start;
77
justify-content: flex-start;
88
height: 100vh;
9+
padding-top: 0.4rem;
910
1011
@media (min-height: 300px) {
1112
align-items: center;

0 commit comments

Comments
 (0)