@descope/web-components-ui 1.0.312 → 1.0.313

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.esm.js CHANGED
@@ -2289,6 +2289,7 @@ class RawText extends createBaseClass({ componentName: componentName$M, baseSele
2289
2289
  <style>
2290
2290
  :host {
2291
2291
  display: inline-block;
2292
+ line-height: 1em;
2292
2293
  }
2293
2294
  :host > slot {
2294
2295
  width: 100%;
@@ -2587,6 +2588,7 @@ class RawLink extends createBaseClass({ componentName: componentName$J, baseSele
2587
2588
  <style>
2588
2589
  :host {
2589
2590
  display: inline-block;
2591
+ line-height: 1em;
2590
2592
  }
2591
2593
  :host a {
2592
2594
  display: inline;
@@ -3466,6 +3468,7 @@ let EnrichedText$2 = class EnrichedText extends createBaseClass({ componentName:
3466
3468
  <style>
3467
3469
  :host {
3468
3470
  display: inline-block;
3471
+ line-height: 1em;
3469
3472
  }
3470
3473
  :host > slot {
3471
3474
  width: 100%;