diff --git a/frontend/src/component/feature/feature-list-item-component.jsx b/frontend/src/component/feature/feature-list-item-component.jsx index 61f8f4440f..0e39abf359 100644 --- a/frontend/src/component/feature/feature-list-item-component.jsx +++ b/frontend/src/component/feature/feature-list-item-component.jsx @@ -50,7 +50,8 @@ const Feature = ({ - {shorten(name, 75)} {shorten(description, 75) || ''} + {shorten(name, 75)} + {shorten(description, 75) || ''}