@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.
@@ -14,6 +14,7 @@ class RawLink extends createBaseClass({ componentName, baseSelector: ':host a' }
14
14
  <style>
15
15
  :host {
16
16
  display: inline-block;
17
+ line-height: 1em;
17
18
  }
18
19
  :host a {
19
20
  display: inline;
@@ -13,6 +13,7 @@ class RawText extends createBaseClass({ componentName, baseSelector: ':host > sl
13
13
  <style>
14
14
  :host {
15
15
  display: inline-block;
16
+ line-height: 1em;
16
17
  }
17
18
  :host > slot {
18
19
  width: 100%;