@npm_leadtech/legal-lib-components 7.54.1 → 7.54.2

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.
@@ -835,7 +835,7 @@ html[data-theme=lawdistrict] .e-button.--primary-3 {
835
835
  border: 2px solid var(--button);
836
836
  color: var(--others-white);
837
837
  font-weight: bold;
838
- height: 100%;
838
+ max-height: 100%;
839
839
  }
840
840
  .e-button.--primary-1:hover {
841
841
  background-color: var(--button-hover);
@@ -73,7 +73,7 @@ html[data-theme='lawdistrict'] {
73
73
  border: 2px solid var(--button);
74
74
  color: get-color(others, white);
75
75
  font-weight: bold;
76
- height: 100%;
76
+ max-height: 100%;
77
77
 
78
78
  &:hover {
79
79
  background-color: var(--button-hover);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "7.54.1",
3
+ "version": "7.54.2",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",