Browse Source

update tooltip style

Nail Badiullin 2 years ago
parent
commit
0ba802bf26

+ 5 - 0
kafka-ui-react-app/src/components/Brokers/BrokersList/SkewHeader/SkewHeader.styled.ts

@@ -1,6 +1,11 @@
 import styled from 'styled-components';
+import { MessageTooltip } from 'components/common/Tooltip/Tooltip.styled';
 
 export const CellWrapper = styled.div`
   display: flex;
   gap: 10px;
+
+  ${MessageTooltip} {
+    max-height: unset;
+  }
 `;