We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0eb7fc0 + 2d1e0f9 commit 6ad2fe9Copy full SHA for 6ad2fe9
vscode-ext/package.json
@@ -3,7 +3,7 @@
3
"publisher": "solarspace",
4
"displayName": "Solar Space",
5
"description": "Sharable URLs for GitHub codespaces",
6
- "version": "0.0.12",
+ "version": "0.0.13",
7
"license": "GPL-3.0-only",
8
"engines": {
9
"vscode": "^1.90.0"
vscode-ext/webview/style.css
@@ -27,6 +27,7 @@ body {
27
max-width: 100%;
28
overflow-x: scroll;
29
position: relative;
30
+ margin-bottom: 1rem;
31
}
32
#snippet-container {
33
display: flex;
0 commit comments