From 1bb11527f0eb49fa69e056e4c7cae983f92274b0 Mon Sep 17 00:00:00 2001 From: ivaosthu Date: Sat, 29 Nov 2014 13:55:38 +0100 Subject: [PATCH] paddings.. --- public/js/components/feature/Feature.jsx | 2 +- public/js/components/log/LogEntryList.jsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/js/components/feature/Feature.jsx b/public/js/components/feature/Feature.jsx index b29bbc9b75..4a395a1ba7 100644 --- a/public/js/components/feature/Feature.jsx +++ b/public/js/components/feature/Feature.jsx @@ -92,7 +92,7 @@ var Feature = React.createClass({ renderHistory: function() { return ( - + ); diff --git a/public/js/components/log/LogEntryList.jsx b/public/js/components/log/LogEntryList.jsx index 21c2ffcba4..8311da6e3e 100644 --- a/public/js/components/log/LogEntryList.jsx +++ b/public/js/components/log/LogEntryList.jsx @@ -11,8 +11,8 @@ var LogEntryList = React.createClass({ return ; }); return ( -
- +
+
When