guestbell-forms 3.0.15 → 3.0.17

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.
@@ -814,7 +814,7 @@
814
814
  .input__base .info-text__container {
815
815
  position: absolute;
816
816
  top: 100%;
817
- left: 0;
817
+ left: 5px;
818
818
  overflow: hidden;
819
819
  font-size: 12px; }
820
820
  .input__base .info-text__ul {
@@ -827,8 +827,7 @@
827
827
  transition: 0.5s transform ease-in-out; }
828
828
  .input__base .info-text__ul .info-text__item {
829
829
  white-space: nowrap;
830
- list-style: none;
831
- line-height: 2; }
830
+ list-style: none; }
832
831
  .input__base.validation__error .info-text__ul {
833
832
  transform: translateY(-20px); }
834
833
  .input__base label,