tosijs-ui 1.5.13 → 1.5.14

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.
@@ -35,6 +35,7 @@ export declare class TosiTable extends WebComponent {
35
35
  overflow: string;
36
36
  height: string;
37
37
  overscrollBehavior: string;
38
+ alignContent: string;
38
39
  };
39
40
  ':host .th, :host .td': {
40
41
  overflow: string;
@@ -466,6 +466,7 @@ export class TosiTable extends WebComponent {
466
466
  overflow: 'auto',
467
467
  height: '100%',
468
468
  overscrollBehavior: 'none',
469
+ alignContent: 'start',
469
470
  },
470
471
  ':host .th, :host .td': {
471
472
  overflow: 'hidden',