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

* Fix width

* Update changelog
pull/958/head^2
Thomas Kaul 2 years ago committed by GitHub
parent 0c04f10e19
commit c62a5af9eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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/), 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). 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 ## 1.152.0 - 26.05.2022
### Added ### Added

@ -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