@leavittsoftware/web 2.21.0 → 2.21.1

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": "@leavittsoftware/web",
3
- "version": "2.21.0",
3
+ "version": "2.21.1",
4
4
  "license": "Apache-2.0",
5
5
  "description": "",
6
6
  "files": [
@@ -40,5 +40,5 @@
40
40
  "url": "https://github.com/LeavittSoftware/titanium-elements/issues"
41
41
  },
42
42
  "homepage": "https://github.com/LeavittSoftware/titanium-elements/#readme",
43
- "gitHead": "d08818c6ed9bd1942b2229a36dbfe84d0b780710"
43
+ "gitHead": "ee12371d07aea26c52e32f9861bfe4f7c7cf80e0"
44
44
  }
@@ -377,7 +377,7 @@ let TitaniumDataTable = class TitaniumDataTable extends LitElement {
377
377
  }
378
378
 
379
379
  :host([has-drag-items]) table-header ::slotted(titanium-data-table-header:last-of-type) {
380
- padding-right: 48px;
380
+ padding-right: 40px;
381
381
  }
382
382
 
383
383
  md-linear-progress {