diff --git a/Extension/src/pages/common/components/ui/Select/Select.jsx b/Extension/src/pages/common/components/ui/Select/Select.jsx index ebac327782..30533822e0 100644 --- a/Extension/src/pages/common/components/ui/Select/Select.jsx +++ b/Extension/src/pages/common/components/ui/Select/Select.jsx @@ -6,7 +6,14 @@ import './select.pcss'; const renderOptions = (options) => options.map((option) => { const { value, title } = option; - return ; + + //   - Invisible thin space + return ( + + ); }); const Select = (props) => { diff --git a/Extension/src/pages/filtering-log/components/FilteringEvents/filtering-events.pcss b/Extension/src/pages/filtering-log/components/FilteringEvents/filtering-events.pcss index a391146963..a0d2a42cfa 100644 --- a/Extension/src/pages/filtering-log/components/FilteringEvents/filtering-events.pcss +++ b/Extension/src/pages/filtering-log/components/FilteringEvents/filtering-events.pcss @@ -230,7 +230,7 @@ } & .th, & .td { - padding: 0 25px; + padding: 0 10px; height: 30px; display: inline-block; width: 20%;