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.
1 parent 24b869f commit 150bdb2Copy full SHA for 150bdb2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jderobot-ide-interface",
3
- "version": "0.1.19",
+ "version": "0.1.20",
4
"main": "dist/main.js",
5
"typings": "dist/index.d.ts",
6
"files": [
src/components/VncViewer/VncViewer.styles.ts
@@ -20,7 +20,7 @@ export const StyledVNCViewerLoader = styled.div`
20
`;
21
22
export const StyledVNCScreen = styled.iframe`
23
- width: "100%",
24
- height: "100%",
25
- border: 0,
+ width: 100%;
+ height: 100%;
+ border: 0;
26
0 commit comments