diff --git a/src/stream-store/Viewer/HalViewer/components/StreamHeader.tsx b/src/stream-store/Viewer/HalViewer/components/StreamHeader.tsx index 3a7f451..74120b3 100644 --- a/src/stream-store/Viewer/HalViewer/components/StreamHeader.tsx +++ b/src/stream-store/Viewer/HalViewer/components/StreamHeader.tsx @@ -1,17 +1,19 @@ import { Table } from 'components'; -import React from 'react'; +import React, { CSSProperties } from 'react'; + +const nowrap: CSSProperties = { whiteSpace: 'nowrap' }; const StreamHeader = () => (