@konfuzio/document-validation-ui 0.1.56-dev.0 → 0.1.56-dev.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": "@konfuzio/document-validation-ui",
3
- "version": "0.1.56-dev.0",
3
+ "version": "0.1.56-dev.1",
4
4
  "repository": "git://github.com:konfuzio-ai/document-validation-ui.git",
5
5
  "main": "dist/app.js",
6
6
  "scripts": {
@@ -6,6 +6,7 @@
6
6
  position: relative;
7
7
  display: flex;
8
8
  flex-direction: column;
9
+ height: 100%;
9
10
 
10
11
  &.disabled {
11
12
  pointer-events: none;
@@ -480,6 +481,7 @@
480
481
  font-size: 14px;
481
482
  line-height: 20px;
482
483
  min-height: 44px;
484
+ align-items: center;
483
485
 
484
486
  a {
485
487
  color: $white;