@djb25/digit-ui-css 1.0.48 → 1.0.50

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.
@@ -592,6 +592,18 @@
592
592
  }
593
593
  }
594
594
 
595
+ .input-fields {
596
+ .mobile-input {
597
+ display: flex;
598
+ flex-direction: column;
599
+ gap: 8px;
600
+ }
601
+
602
+ h4 {
603
+ margin-bottom: 0;
604
+ }
605
+ }
606
+
595
607
  .document-clear-all {
596
608
  grid-area: 2/2;
597
609
  display: flex;
@@ -107,6 +107,10 @@
107
107
  }
108
108
  }
109
109
 
110
+ .employee-wrapper {
111
+ width: 100%;
112
+ }
113
+
110
114
  .employee-form-content-with-action-bar {
111
115
  padding-bottom: 48px;
112
116
  height: 100%;