@descope/web-components-ui 1.0.123 → 1.0.124

Sign up to get free protection for your applications and to get access to all the features.
@@ -3190,15 +3190,15 @@ class RawLink extends createBaseClass({ componentName: componentName$b, baseSele
3190
3190
  display: inline-block;
3191
3191
  }
3192
3192
  :host a {
3193
- display: inline-block;
3193
+ display: inline;
3194
3194
  }
3195
3195
  </style>
3196
3196
  <div>
3197
- <a>
3198
- <descope-text>
3197
+ <descope-text>
3198
+ <a>
3199
3199
  <slot></slot>
3200
- </descope-text>
3201
- </a>
3200
+ </a>
3201
+ </descope-text>
3202
3202
  </div>
3203
3203
  `;
3204
3204