Unverified Commit f0b89d0f authored by Anurag Hazra's avatar Anurag Hazra Committed by GitHub
Browse files

fix: label overlap (#274)

parent 56e3745a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ const createTextNode = ({
      <text class="stat bold" ${labelOffset} y="12.5">${label}:</text>
      <text 
        class="stat" 
        x="${shiftValuePos ? 170 : 150}" 
        x="${shiftValuePos ? (showIcons ? 200 : 170) : 150}" 
        y="12.5" 
        data-testid="${id}"
      >${kValue}</text>