Skip to content

Commit 1368a75

Browse files
authored
Merge pull request #332 from parallaxinc/fixlayout
fix layout changes since chrome 73
2 parents b782cf7 + 5d2a091 commit 1368a75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parallax-ide",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"description": "Write, compile, and download code to your Parallax Boe-Bot Robot or custom BASIC Stamp microcontroller-based electronic creations.",
55
"main": "index.js",
66
"directories": {
@@ -41,7 +41,7 @@
4141
"eslint-plugin-mocha": "^0.5.1",
4242
"eslint-plugin-react": "^3.2.3",
4343
"expect": "^1.8.0",
44-
"gulp": "git://github.com/gulpjs/gulp#4.0",
44+
"gulp": "^4.0.1",
4545
"gulp-util": "^3.0.4",
4646
"gulp-zip": "^2.0.3",
4747
"html-loader": "^0.2.3",

src/components/sidebar.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const Card = require('./card');
77
const styles = {
88
card: {
99
margin: 0,
10-
height: 'auto',
10+
height: '80vh',
1111
width: '100%',
1212
display: 'flex',
1313
flexDirection: 'column'

0 commit comments

Comments
 (0)