Skip to content

Commit 7d36408

Browse files
committed
give MarkerColor a fixed width for IE
1 parent a47e4f7 commit 7d36408

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/default_panels/StyleTracesPanel.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,12 @@ const StyleTracesPanel = (props, {localize: _}) => (
304304
/>
305305
<NumericFraction label={_('Jitter')} attr="jitter" />
306306
<Numeric label={_('Position')} attr="pointpos" step={0.1} showSlider />
307-
<MarkerColor suppressMultiValuedMessage label={_('Color')} attr="marker.color" />
307+
<MarkerColor
308+
suppressMultiValuedMessage
309+
label={_('Color')}
310+
attr="marker.color"
311+
labelWidth={80}
312+
/>
308313
<NumericFraction label={_('Point Opacity')} attr="marker.opacity" />
309314
<MarkerSize label={_('Size')} attr="marker.size" />
310315
<NumericReciprocal

0 commit comments

Comments
 (0)