Browse Source

Bugfix/fix width of skeleton loader in benchmark component (#956)

* Fix width

* Update changelog
pull/958/head^2
Thomas Kaul 3 years ago
committed by GitHub
parent
commit
c62a5af9eb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      CHANGELOG.md
  2. 2
      libs/ui/src/lib/benchmark/benchmark.component.html

6
CHANGELOG.md

@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Fixed
- Fixed a styling issue in the benchmark component on mobile
## 1.152.0 - 26.05.2022
### Added

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