Skip to content

Commit

Permalink
fix spacing of skeletion view
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenv0307 committed Sep 18, 2023
1 parent 203f79c commit 2840834
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/ReportActionsSkeletonView/SkeletonViewLines.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,28 +31,28 @@ function SkeletonViewLines(props) {
r="20"
/>
<Rect
x="67"
x="72"
y="11"
width="20%"
height="8"
/>
<Rect
x="67"
x="72"
y="31"
width="100%"
height="8"
/>
{props.numberOfRows > 1 && (
<Rect
x="67"
x="72"
y="51"
width="50%"
height="8"
/>
)}
{props.numberOfRows > 2 && (
<Rect
x="67"
x="72"
y="71"
width="50%"
height="8"
Expand Down

0 comments on commit 2840834

Please sign in to comment.