@npm_leadtech/legal-lib-components 7.49.3 → 7.49.4

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.
@@ -763,8 +763,8 @@ export const FixedFooterStyled = styled.div `
763
763
  display: none;
764
764
  }
765
765
  .contact-bar-wrapper__text {
766
- width: -moz-auto;
767
- width: auto;
766
+ width: -moz-max-content;
767
+ width: max-content;
768
768
  margin: 0.25rem;
769
769
  flex: 1;
770
770
  min-width: 0;
@@ -764,8 +764,8 @@ export const FixedFooterStyled = styled.div`
764
764
  display: none;
765
765
  }
766
766
  .contact-bar-wrapper__text {
767
- width: -moz-auto;
768
- width: auto;
767
+ width: -moz-max-content;
768
+ width: max-content;
769
769
  margin: 0.25rem;
770
770
  flex: 1;
771
771
  min-width: 0;
@@ -32,8 +32,8 @@ export const ScheduleWrapper = styled.div `
32
32
  }
33
33
  `;
34
34
  export const ContactBarWrapperText = styled.p `
35
- width: -moz-max-content;
36
- width: max-content;
35
+ width: -moz-auto;
36
+ width: auto;
37
37
  margin: 0.25rem;
38
38
  @media (min-width: 720px) {
39
39
  margin: 1rem 0.5rem;
@@ -34,8 +34,8 @@ export const ScheduleWrapper = styled.div`
34
34
  `
35
35
 
36
36
  export const ContactBarWrapperText = styled.p`
37
- width: -moz-max-content;
38
- width: max-content;
37
+ width: -moz-auto;
38
+ width: auto;
39
39
  margin: 0.25rem;
40
40
  @media (min-width: 720px) {
41
41
  margin: 1rem 0.5rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "7.49.3",
3
+ "version": "7.49.4",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",