diff --git a/browser/main/Components/BlueprintForm.jsx b/browser/main/Components/BlueprintForm.jsx index 72f06505..1ca66270 100644 --- a/browser/main/Components/BlueprintForm.jsx +++ b/browser/main/Components/BlueprintForm.jsx @@ -132,7 +132,7 @@ var BlueprintForm = React.createClass({
- +
diff --git a/browser/main/Components/PlanetArticleList.jsx b/browser/main/Components/PlanetArticleList.jsx index 4aaa8cda..2fe74d00 100644 --- a/browser/main/Components/PlanetArticleList.jsx +++ b/browser/main/Components/PlanetArticleList.jsx @@ -68,7 +68,6 @@ var PlanetArticleList = React.createClass({
{article.title}
{moment(article.updatedAt).fromNow()}
-
{this.markdown(article.content.substring(0, 150)).replace(/(<([^>]+)>)/ig, '').substring(0, 75)}
{tags}
diff --git a/browser/styles/main/containers/PlanetContainer.styl b/browser/styles/main/containers/PlanetContainer.styl index bbbd8a9b..a9747953 100644 --- a/browser/styles/main/containers/PlanetContainer.styl +++ b/browser/styles/main/containers/PlanetContainer.styl @@ -165,19 +165,20 @@ transition 0.1s .itemHeader clearfix() - margin-bottom 5px + margin-bottom 15px .callSign, .title float left font-weight 600 font-size 1.1em + line-height 140% .updatedAt float right line-height 16px color lighten(textColor, 25%) font-size 0.8em - .description, .content + .description line-height 120% - margin 10px 0 15px + margin-bottom 15px &:hover, &.hover background-color hoverBackgroundColor &:active, &.active