@npm_leadtech/legal-lib-components 7.54.3 → 7.54.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.
@@ -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;
@@ -278,7 +278,7 @@ export const MenuItemsStyled = styled.div `
278
278
  }
279
279
 
280
280
  li.menu-items-li {
281
- width: 100%;
281
+ max-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
- width: 100%;
282
+ max-width: 100%;
283
283
  margin-right: 2.5rem;
284
284
  border-radius: var(--s-border-radius);
285
285
  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.4",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",