Skip to content
Snippets Groups Projects
Commit 33aec2e4 authored by Fry, Janell's avatar Fry, Janell
Browse files

IOW-307 Restored line 73 in the layout.js, not sure why it does not error in the tests anymore.

parent 0031ab98
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ export const getLayout = memoize(kind => createSelector(
...margin,
top: kind === 'BRUSH' ? 0 : margin.top,
left: margin.left + approxLabelLength,
right: margin.right + approxLabelLength
right: margin.right + isTemperatureParameter ? approxLabelLength : 0
}
};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment