@sumaris-net/ngx-components 1.23.59 → 1.23.60

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "1.23.59",
4
+ "version": "1.23.60",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -260,15 +260,23 @@ mat-date-time-field {
260
260
  }
261
261
 
262
262
  // --- mat-autocomplete and mat-select panel
263
+ // When simple text option, add a padding
263
264
  mat-option {
264
265
  .mat-option-text:not(:has(ion-row)) {
265
266
  padding: 0 16px;
266
267
  }
267
-
268
+ .mat-option-text:has(ion-searchbar) {
269
+ padding: 0 !important;
270
+ }
268
271
  ion-row,
269
272
  .mat-option-text:has(ion-row) {
270
273
  padding: 0;
271
274
  }
275
+ mat-autocomplete-footer {
276
+ .mat-option-text {
277
+ padding: 0 !important;
278
+ }
279
+ }
272
280
  }
273
281
 
274
282
  mat-option:not(:last-of-type) {