diff --git a/frontend/src/component/feature/feature-list-item-component.jsx b/frontend/src/component/feature/feature-list-item-component.jsx
index 3e3c5f4ead..3a2cd7f783 100644
--- a/frontend/src/component/feature/feature-list-item-component.jsx
+++ b/frontend/src/component/feature/feature-list-item-component.jsx
@@ -32,7 +32,7 @@ const Feature = ({
return (
-
+
{
isStale ?
@@ -44,23 +44,23 @@ const Feature = ({
}
-
-
-
- onFeatureClick(feature)} checked={enabled} />
-
-
+
+
+ onFeatureClick(feature)} checked={enabled} />
+
+
+
{shorten(name, 50)} {shorten(description, 30) || ''}
-
-
+
{strategies && strategies.map((s, i) =>
{s.name}
)}
+
+
-
);
};
diff --git a/frontend/src/component/feature/feature.scss b/frontend/src/component/feature/feature.scss
index d63267cfbd..b10562ea26 100644
--- a/frontend/src/component/feature/feature.scss
+++ b/frontend/src/component/feature/feature.scss
@@ -25,12 +25,7 @@
color: #000;
}
-.iconList {
- display: flex;
-}
-
.iconListItem {
- flex: 1;
color: #bbb !important;
}
.iconListItem *:hover {
@@ -38,7 +33,6 @@
}
.iconListItemChip {
- flex: 1;
margin-left: 5px !important;
}
diff --git a/frontend/src/component/feature/list-component.jsx b/frontend/src/component/feature/list-component.jsx
index 87219dc1c0..625fe0d8b8 100644
--- a/frontend/src/component/feature/list-component.jsx
+++ b/frontend/src/component/feature/list-component.jsx
@@ -97,7 +97,7 @@ export default class FeatureListComponent extends React.PureComponent {
-
+
{features.map((feature, i) =>