@npm_leadtech/legal-lib-components 7.54.3 → 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;
@@ -15,7 +15,7 @@ export const DocumentMainMenuStyled = styled.div `
15
15
  display: flex;
16
16
  justify-content: space-between;
17
17
  padding-right: 0.5rem;
18
- max-width: 100%;
18
+ width: 100%;
19
19
  margin: 0.25rem 2.5rem 0.25rem 0;
20
20
  border-radius: 4px;
21
21
  transition: all 0.3s ease;
@@ -16,7 +16,7 @@ export const DocumentMainMenuStyled = styled.div`
16
16
  display: flex;
17
17
  justify-content: space-between;
18
18
  padding-right: 0.5rem;
19
- max-width: 100%;
19
+ width: 100%;
20
20
  margin: 0.25rem 2.5rem 0.25rem 0;
21
21
  border-radius: 4px;
22
22
  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.3",
3
+ "version": "7.54.5",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",