@npm_leadtech/legal-lib-components 7.54.4 → 7.54.5

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.
@@ -1,6 +1,6 @@
1
1
  import styled from 'styled-components';
2
2
  export const ProductListMenuStyled = styled.li `
3
- width: 100%;
3
+ max-width: 100%;
4
4
  margin-bottom: 0.5rem;
5
5
  border-radius: variables.$s-border-radius;
6
6
  transition: all 0.3s ease;
@@ -1,7 +1,7 @@
1
1
  import styled from 'styled-components'
2
2
 
3
3
  export const ProductListMenuStyled = styled.li`
4
- width: 100%;
4
+ max-width: 100%;
5
5
  margin-bottom: 0.5rem;
6
6
  border-radius: variables.$s-border-radius;
7
7
  transition: all 0.3s ease;
@@ -278,7 +278,7 @@ export const MenuItemsStyled = styled.div `
278
278
  }
279
279
 
280
280
  li.menu-items-li {
281
- max-width: 100%;
281
+ width: 100%;
282
282
  margin-right: 2.5rem;
283
283
  border-radius: var(--s-border-radius);
284
284
  transition: all 0.3s ease;
@@ -279,7 +279,7 @@ export const MenuItemsStyled = styled.div`
279
279
  }
280
280
 
281
281
  li.menu-items-li {
282
- max-width: 100%;
282
+ width: 100%;
283
283
  margin-right: 2.5rem;
284
284
  border-radius: var(--s-border-radius);
285
285
  transition: all 0.3s ease;
@@ -254,7 +254,7 @@ export const NavMenuStyled = styled.nav `
254
254
  }
255
255
 
256
256
  li.menu-items-li {
257
- width: 100%;
257
+ max-width: 100%;
258
258
  margin-right: 2.5rem;
259
259
  border-radius: var(--s-border-radius);
260
260
  transition: all 0.3s ease;
@@ -255,7 +255,7 @@ export const NavMenuStyled = styled.nav`
255
255
  }
256
256
 
257
257
  li.menu-items-li {
258
- width: 100%;
258
+ max-width: 100%;
259
259
  margin-right: 2.5rem;
260
260
  border-radius: var(--s-border-radius);
261
261
  transition: all 0.3s ease;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "7.54.4",
3
+ "version": "7.54.5",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",