Skip to content

Commit 24d3144

Browse files
committed
Fix the issue loader viewbox
1 parent dc3a797 commit 24d3144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/project/components/issues/issue-loader/issue-loader.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="p-10">
2-
<content-loader width="940" height="260" primaryColor="#f3f3f3" secondaryColor="#ecebeb">
2+
<content-loader [backgroundColor]="'#f3f3f3'" [foregroundColor]="'#ecebeb'" [viewBox]="'0 0 940 300'">
33
<svg:rect x="0" y="0" rx="3" ry="3" width="627" height="24" />
44
<svg:rect x="0" y="29" rx="3" ry="3" width="506" height="24" />
55
<svg:rect x="0" y="77" rx="3" ry="3" width="590" height="16" />

0 commit comments

Comments
 (0)