sccoreui 4.8.7 → 4.8.8

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.
Files changed (2) hide show
  1. package/dist/App.scss +2 -2
  2. package/package.json +1 -1
package/dist/App.scss CHANGED
@@ -501,11 +501,11 @@ div:has(ul.date_filter) .p-datepicker-footer {
501
501
  }
502
502
 
503
503
  .full_form_field {
504
- max-width: 586px;
504
+ width: 586px;
505
505
  }
506
506
 
507
507
  .form_field {
508
- max-width: 289px;
508
+ width: 289px;
509
509
  }
510
510
 
511
511
  .PhoneInput {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sccoreui",
3
- "version": "4.8.7",
3
+ "version": "4.8.8",
4
4
  "description": "ui-sccore",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",