@ngx-stoui/core 20.0.9 → 20.0.10
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/ngx-datatable.css +3 -0
- package/ngx-stoui.css +4 -0
- package/package.json +1 -1
- package/style/datatable/ngx-datatable.scss +3 -0
package/ngx-datatable.css
CHANGED
|
@@ -259,6 +259,9 @@
|
|
|
259
259
|
margin: 0 4px;
|
|
260
260
|
min-height: 0;
|
|
261
261
|
}
|
|
262
|
+
.sto-datatable .datatable-body .datatable-body-row .datatable-body-cell .mat-mdc-form-field:has(.mat-mdc-chip-set) {
|
|
263
|
+
--mat-form-field-container-vertical-padding: 3px;
|
|
264
|
+
}
|
|
262
265
|
.sto-datatable .datatable-body .datatable-body-row .datatable-body-cell .mat-mdc-form-field-subscript-wrapper {
|
|
263
266
|
display: none;
|
|
264
267
|
}
|
package/ngx-stoui.css
CHANGED
|
@@ -4341,6 +4341,10 @@ html body .mat-mdc-form-field label:has(> mat-label:empty) > .mat-mdc-form-field
|
|
|
4341
4341
|
box-sizing: content-box;
|
|
4342
4342
|
}
|
|
4343
4343
|
|
|
4344
|
+
.mat-mdc-chip.mat-mdc-standard-chip {
|
|
4345
|
+
--mat-chip-container-height: 23px;
|
|
4346
|
+
}
|
|
4347
|
+
|
|
4344
4348
|
table {
|
|
4345
4349
|
border-collapse: collapse;
|
|
4346
4350
|
border-spacing: 0;
|
package/package.json
CHANGED