From a395dacfefb4748b45c814b0d00d93e588cfb107 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Sun, 1 Jan 2017 20:13:26 -0500 Subject: [PATCH] Fix 'Add Suggestion' button formatting --- js/components/NewSuggestion.js | 3 +-- static/stylesheet.css | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/js/components/NewSuggestion.js b/js/components/NewSuggestion.js index 1ead116..563867a 100644 --- a/js/components/NewSuggestion.js +++ b/js/components/NewSuggestion.js @@ -136,8 +136,7 @@ module.exports = React.createClass({ -
- +
diff --git a/static/stylesheet.css b/static/stylesheet.css index 780fbb3..28bf107 100644 --- a/static/stylesheet.css +++ b/static/stylesheet.css @@ -21,3 +21,7 @@ div.tab-content { div.row div.panel div.panel-body { padding: 15px 0 15px 0 } + +.addsuggestionbutton { + margin-top: 25px; +}