The header width should match the table format

Issue: DEB-152
This commit is contained in:
Albert Backenhof
2019-04-08 10:39:02 +02:00
parent 08c5cf8104
commit 629821bd6b

View File

@@ -50,7 +50,7 @@ const MeasurementColumnHeader = ({ baseCSS, general, hasSecondDimension, measure
};
return (
<th
className={`grid-cells2 ${general.cellSuffix}`}
className={`grid-cells2${general.cellSuffix}`}
style={style}
>
<span