profinansy-ui-lib 4.1.57 → 4.1.58

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.
@@ -7939,11 +7939,12 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
7939
7939
  `,HB=u.styled.div`
7940
7940
  width: 100%;
7941
7941
 
7942
- .ui-phone-button {
7942
+ .ui-phone-container .ui-phone-button {
7943
7943
  width: 74px !important;
7944
+ padding: 10px 4px 10px 12px !important;
7944
7945
  }
7945
7946
 
7946
- .ui-phone-input {
7947
+ .ui-phone-container .ui-phone-input {
7947
7948
  left: 82px !important;
7948
7949
  width: calc(100% - 82px) !important;
7949
7950
  }