inboxlookup_screen 1.0.20 → 1.0.22

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": "inboxlookup_screen",
3
- "version": "1.0.20",
3
+ "version": "1.0.22",
4
4
  "description": "A React component using DevExtreme",
5
5
  "main": "dist/index.js",
6
6
  "homepage": "./",
@@ -325,6 +325,8 @@
325
325
  max-width: 420px;
326
326
  padding: 24px;
327
327
  color: #555;
328
+ margin: auto;
329
+ padding-top: 25%;
328
330
  }
329
331
 
330
332
  .lookupscreen-empty-state h3 {