Bugfix/improve info message style (#1858)
* Improve info message style * Update changelog
This commit is contained in:
parent
e23ff33e6f
commit
56b437ca74
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user