diff --git a/client/src/components/categorical/value/index.js b/client/src/components/categorical/value/index.js index ee9e8d70..ec8c794c 100644 --- a/client/src/components/categorical/value/index.js +++ b/client/src/components/categorical/value/index.js @@ -324,6 +324,11 @@ class CategoryValue extends React.Component { const valueToggleLabel = `value-toggle-checkbox-${displayString}`; + const labelWidth = + colorAccessor && !isColorBy + ? globals.leftSidebarWidth - 145 - 15 - 100 + : globals.leftSidebarWidth - 145 - 15; + return (
-