diff --git a/frontend/src/component/common/select.tsx b/frontend/src/component/common/select.tsx index 6e8c89d291..fa429ea696 100644 --- a/frontend/src/component/common/select.tsx +++ b/frontend/src/component/common/select.tsx @@ -49,9 +49,7 @@ const SelectMenu: React.FC = ({ return ( - - {label} - + {label} onUpdate('groupId')(e, e.target.value)} diff --git a/frontend/src/component/feature/StrategyTypes/RolloutSlider/RolloutSlider.tsx b/frontend/src/component/feature/StrategyTypes/RolloutSlider/RolloutSlider.tsx index b02cb5aa21..5c87cc096d 100644 --- a/frontend/src/component/feature/StrategyTypes/RolloutSlider/RolloutSlider.tsx +++ b/frontend/src/component/feature/StrategyTypes/RolloutSlider/RolloutSlider.tsx @@ -90,6 +90,7 @@ const RolloutSlider = ({ id="discrete-slider-always" variant="subtitle2" gutterBottom + component="h2" > {name} diff --git a/frontend/src/component/feature/StrategyTypes/StrategyInputList/StrategyInputList.tsx b/frontend/src/component/feature/StrategyTypes/StrategyInputList/StrategyInputList.tsx index 724736a12f..52fd2fc1d8 100644 --- a/frontend/src/component/feature/StrategyTypes/StrategyInputList/StrategyInputList.tsx +++ b/frontend/src/component/feature/StrategyTypes/StrategyInputList/StrategyInputList.tsx @@ -67,7 +67,9 @@ const StrategyInputList = ({ return (
- List of {name} + + List of {name} +
{ } return ( -
+        
             
                 {changes.length === 0 ? '(no changes)' : changes}
             
diff --git a/frontend/src/component/history/EventLog/EventJson/EventJson.jsx b/frontend/src/component/history/EventLog/EventJson/EventJson.jsx
index 95c816d699..27b40b57b8 100644
--- a/frontend/src/component/history/EventLog/EventJson/EventJson.jsx
+++ b/frontend/src/component/history/EventLog/EventJson/EventJson.jsx
@@ -13,11 +13,11 @@ const EventJson = ({ entry }) => {
     const prettyPrinted = JSON.stringify(localEventData, null, 2);
 
     return (
-        
+
  • {prettyPrinted}
    -
  • + ); }; diff --git a/frontend/src/component/history/EventLog/EventLog.jsx b/frontend/src/component/history/EventLog/EventLog.jsx index 89d7e15ce2..cd2cc30d0a 100644 --- a/frontend/src/component/history/EventLog/EventLog.jsx +++ b/frontend/src/component/history/EventLog/EventLog.jsx @@ -30,12 +30,12 @@ const EventLog = ({ let entries; const renderListItemCards = entry => ( -
    +
  • -
  • + ); if (eventSettings.showData) {