@pepperi-addons/ngx-lib 0.4.2-beta.95 → 0.4.2-beta.97

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": "@pepperi-addons/ngx-lib",
3
- "version": "0.4.2-beta.95",
3
+ "version": "0.4.2-beta.97",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">= 14.0.2",
6
6
  "@angular/cdk": ">= 14.0.2",
@@ -427,6 +427,13 @@ $zoom-compact-view: 85%;
427
427
 
428
428
  &.mat-radio-button {
429
429
  display: inline-flex;
430
+
431
+ .mat-radio-label {
432
+
433
+ .mat-radio-label-content {
434
+ padding: 0;
435
+ }
436
+ }
430
437
  }
431
438
  }
432
439