diff --git a/platform/ui/src/components/ViewportActionBar/ViewportActionBar.jsx b/platform/ui/src/components/ViewportActionBar/ViewportActionBar.jsx index dfa146d9f..fcf5f4745 100644 --- a/platform/ui/src/components/ViewportActionBar/ViewportActionBar.jsx +++ b/platform/ui/src/components/ViewportActionBar/ViewportActionBar.jsx @@ -93,9 +93,12 @@ const ViewportActionBar = ({ studyData, onSeriesChange }) => {
- {/* This is tricky. Our "no-wrap" in truncate means this has a hard + {/* TODO: + This is tricky. Our "no-wrap" in truncate means this has a hard length. The overflow forces ellipse. If we don't set max width - appropriately, this causes the ActionBar to overflow + appropriately, this causes the ActionBar to overflow. + Can clean up by setting percentage widths + calc on parent + containers */}

{seriesDescription}