@testgorilla/tgo-ui 2.7.100 → 2.7.101

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": "@testgorilla/tgo-ui",
3
- "version": "2.7.100",
3
+ "version": "2.7.101",
4
4
  "lint-staged": {
5
5
  "src/**/*.ts": [
6
6
  "eslint --fix",
@@ -196,7 +196,7 @@
196
196
  }
197
197
 
198
198
  .mat-mdc-form-field-subscript-wrapper {
199
- padding: 4px 0 0 0!important;
199
+ padding: 0!important;
200
200
  min-height: 24px;
201
201
 
202
202
  &:after, &:before {
@@ -455,6 +455,14 @@
455
455
  .mat-mdc-form-field {
456
456
  .mat-mdc-form-field-hint-wrapper {
457
457
  padding: 0;
458
+
459
+ .errors {
460
+ padding-top: 4px;
461
+ }
462
+
463
+ span, .mat-mdc-form-field-hint-spacer {
464
+ line-height: 16px;
465
+ }
458
466
  }
459
467
 
460
468
  .mat-mdc-form-field-hint:before {