From 64c91d136393fe0bdf1461be7fe01c5d88ad42c0 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Tue, 4 Apr 2017 08:32:51 +1200 Subject: [PATCH] Buttons not uniform in size --- package.json | 2 +- src/js/components/PlaylistGrid.js | 1 - src/js/views/Debug.js | 2 +- src/scss/global/_forms.scss | 1 + 4 files changed, 3 insertions(+), 3 deletions(-) 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{
- + this.props.uiActions.createNotification('Test '+Math.floor(Date.now() / 1000))}>Create notification
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;