@salesforcedevs/dx-components 1.3.210-lnb13-alpha → 1.3.210-lnb14-alpha

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": "@salesforcedevs/dx-components",
3
- "version": "1.3.210-lnb13-alpha",
3
+ "version": "1.3.210-lnb14-alpha",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -143,9 +143,14 @@
143
143
  align-items: center;
144
144
  }
145
145
 
146
- @media screen and (max-width: 768px) {
146
+ @media screen and (max-width: 1279px) {
147
+ .padding-horizontal {
148
+ padding-left: var(--dx-g-spacing-xl);
149
+ }
150
+ }
151
+
152
+ @media screen and (max-width: 767px) {
147
153
  .padding-horizontal {
148
154
  padding-left: var(--dx-g-spacing-lg);
149
- padding-right: var(--dx-g-spacing-md);
150
155
  }
151
156
  }