Skip to content

Commit 150bdb2

Browse files
committed
Fix vnc style
1 parent 24b869f commit 150bdb2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jderobot-ide-interface",
3-
"version": "0.1.19",
3+
"version": "0.1.20",
44
"main": "dist/main.js",
55
"typings": "dist/index.d.ts",
66
"files": [

src/components/VncViewer/VncViewer.styles.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const StyledVNCViewerLoader = styled.div`
2020
`;
2121

2222
export const StyledVNCScreen = styled.iframe`
23-
width: "100%",
24-
height: "100%",
25-
border: 0,
23+
width: 100%;
24+
height: 100%;
25+
border: 0;
2626
`;

0 commit comments

Comments
 (0)