@annalib/anna-core 8.0.21 → 8.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "8.0.21",
3
+ "version": "8.0.22",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "2.0.3",
6
6
  "@angular/common": "^13.2.0",
@@ -244,6 +244,7 @@ div.radio-container {
244
244
  margin: 1px 0 1px 4px;
245
245
  @include fonts(Roboto, $fs-14, normal, normal, normal, normal, normal);
246
246
  color: $lightGray-6;
247
+ width: calc(100% - 38px);
247
248
  }
248
249
 
249
250
  .check-box {