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 <ngx-skeleton-loader
animation="pulse" animation="pulse"
[theme]="{ [theme]="{
width: '15rem' width: '67%'
}" }"
></ngx-skeleton-loader> ></ngx-skeleton-loader>
</div> </div>

Loading…
Cancel
Save