@salesforcedevs/dx-components 0.20.0 → 0.20.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": "@salesforcedevs/dx-components",
3
- "version": "0.20.0",
3
+ "version": "0.20.1",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -29,5 +29,5 @@
29
29
  "@types/debounce": "^1.2.0",
30
30
  "@types/lodash.get": "^4.4.6"
31
31
  },
32
- "gitHead": "356916ba58c4b57153ac968691a6aefd6e938130"
32
+ "gitHead": "c7eab03d08445c1a6279f9480b7694d7e894e038"
33
33
  }
@@ -122,6 +122,7 @@ input::placeholder {
122
122
  }
123
123
 
124
124
  .shortcut {
125
+ align-items: center;
125
126
  display: flex;
126
127
  flex-shrink: 0;
127
128
  flex-direction: row;