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; +}