From f4d2ed2af11d6109d516ecd3f141ad6d68a544b3 Mon Sep 17 00:00:00 2001 From: Alex Liebowitz Date: Thu, 4 Aug 2016 03:33:44 -0400 Subject: [PATCH] Add spacing between buttons on Search page and between search results --- js/page/home.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/js/page/home.js b/js/page/home.js index 11c0c92c1..04c228eb5 100644 --- a/js/page/home.js +++ b/js/page/home.js @@ -94,7 +94,7 @@ var SearchResultRow = React.createClass({ }, render: function() { return ( -
+
{'Photo
@@ -107,10 +107,11 @@ var SearchResultRow = React.createClass({

{this.props.description}

+ { ' ' }
- + ); } });