@pmidc/upyog-css 1.2.36-UAT.21 → 1.2.36-UAT.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/dist/index.css CHANGED
@@ -4038,6 +4038,15 @@ body {
4038
4038
  justify-content: space-between;
4039
4039
  }
4040
4040
 
4041
+ .data-table .row.document-row .value, .employee-data-table .row.document-row .value {
4042
+ display: -webkit-box;
4043
+ display: -ms-flexbox;
4044
+ display: flex;
4045
+ -webkit-box-align: center;
4046
+ -ms-flex-align: center;
4047
+ align-items: center;
4048
+ }
4049
+
4041
4050
  .checkpoint-connect-wrap {
4042
4051
  padding-bottom: 4px;
4043
4052
  position: relative;