diff --git a/package.json b/package.json
index 16a34dfb..441869c0 100755
--- a/package.json
+++ b/package.json
@@ -20,7 +20,7 @@
"expose-loader": "0.7.3",
"node-sass": "4.5.0",
- "extract-text-webpack-plugin": "2.0.0",
+ "extract-text-webpack-plugin": "2.0.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.0",
diff --git a/src/js/components/PlaylistGrid.js b/src/js/components/PlaylistGrid.js
index 7cf21e77..1287a1de 100755
--- a/src/js/components/PlaylistGrid.js
+++ b/src/js/components/PlaylistGrid.js
@@ -50,7 +50,6 @@ class PlaylistGrid extends React.Component{
{playlist.tracks_total ? playlist.tracks_total+' tracks' : 0 tracks}
- {playlist.can_edit ? : null}
)
diff --git a/src/js/views/Debug.js b/src/js/views/Debug.js
index e4bb52cd..0692402f 100755
--- a/src/js/views/Debug.js
+++ b/src/js/views/Debug.js
@@ -103,7 +103,7 @@ class Debug extends React.Component{
diff --git a/src/scss/global/_forms.scss b/src/scss/global/_forms.scss
index 32bf930b..74b7bd5e 100755
--- a/src/scss/global/_forms.scss
+++ b/src/scss/global/_forms.scss
@@ -47,6 +47,7 @@ input[type="submit"] {
text-transform: uppercase;
font-size: 12px;
font-weight: 800;
+ box-sizing: border-box;
&.wide {
min-width: 200px;