diff --git a/CHANGELOG.md b/CHANGELOG.md index c25694ef6..b16e18f90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Improved the loading state of the value component on the allocations page +- Improved the value component by always showing the label (also while loading) ### Fixed diff --git a/libs/ui/src/lib/value/value.component.html b/libs/ui/src/lib/value/value.component.html index 790d99a4e..35be5b808 100644 --- a/libs/ui/src/lib/value/value.component.html +++ b/libs/ui/src/lib/value/value.component.html @@ -48,17 +48,6 @@ - -
- - {{ subLabel }} -
- - - -
+ + +
+ + {{ subLabel }} +
+ + + +