diff --git a/src/graphing/components/quadrants.js b/src/graphing/components/quadrants.js index da97fb283..9b5428810 100644 --- a/src/graphing/components/quadrants.js +++ b/src/graphing/components/quadrants.js @@ -87,10 +87,6 @@ function selectRadarQuadrant(order, startAngle, name) { .style('right', translateLeftRightValues[order].right) .style('box-sizing', 'border-box') - if (window.innerWidth < uiConfig.tabletViewWidth) { - svg.style('margin', 'unset') - } - svg .attr('transform', `scale(${scale})`) .style('transform', `scale(${scale})`) diff --git a/src/stylesheets/_quadrants.scss b/src/stylesheets/_quadrants.scss index 2afcc513b..22d82ba9e 100644 --- a/src/stylesheets/_quadrants.scss +++ b/src/stylesheets/_quadrants.scss @@ -53,7 +53,6 @@ svg#radar-plot { margin: 0 auto; transition: all 1s ease; - position: absolute; left: 0; right: 0;