diff --git a/CHANGELOG.md b/CHANGELOG.md index a0d860290..c98c8e7a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Skipped creating queue jobs for asset profiles with `MANUAL` data source not having a scraper configuration - Reduced the execution interval of the data gathering to every hour +### Fixed + +- Improved the style of the system message + ## 1.254.0 - 2023-04-14 ### Changed diff --git a/apps/client/src/styles.scss b/apps/client/src/styles.scss index 73d7d4ded..942e75294 100644 --- a/apps/client/src/styles.scss +++ b/apps/client/src/styles.scss @@ -464,7 +464,7 @@ ngx-skeleton-loader { } .with-info-message { - height: calc(100vh - 5rem - 3.5rem) !important; + height: calc(100vh - 5rem - 3.5rem + 0.5rem) !important; } .with-placeholder-as-option {