Browse Source

Fix width

pull/956/head
Thomas 3 years ago
parent
commit
9a2372e241
  1. 2
      libs/ui/src/lib/benchmark/benchmark.component.html

2
libs/ui/src/lib/benchmark/benchmark.component.html

@ -6,7 +6,7 @@
<ngx-skeleton-loader
animation="pulse"
[theme]="{
width: '15rem'
width: '67%'
}"
></ngx-skeleton-loader>
</div>

Loading…
Cancel
Save