From 2d13d486fec163a10605675c0c63e67e643ddf6d Mon Sep 17 00:00:00 2001 From: sveisvei Date: Mon, 2 Jan 2017 11:25:10 +0100 Subject: [PATCH] use twoline instead --- .../src/component/feature/feature-list-item-component.jsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/frontend/src/component/feature/feature-list-item-component.jsx b/frontend/src/component/feature/feature-list-item-component.jsx index 28b11c79aa..61f8f4440f 100644 --- a/frontend/src/component/feature/feature-list-item-component.jsx +++ b/frontend/src/component/feature/feature-list-item-component.jsx @@ -31,9 +31,9 @@ const Feature = ({ }; return ( -
  • +
  • -
    +
    { isStale ? - {shorten(name, 50)} {shorten(description, 30) || ''} + {shorten(name, 75)} {shorten(description, 75) || ''} + {strategies && strategies.map((s, i) => {s.name}