@descope/web-components-ui 3.14.0 → 3.14.1

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.
@@ -13090,6 +13090,7 @@ class RawUserPasskeysClass extends BaseClass$3 {
13090
13090
  }
13091
13091
 
13092
13092
  .header {
13093
+ width: 100%;
13093
13094
  display: flex;
13094
13095
  justify-content: space-between;
13095
13096
  align-items: center;
@@ -13097,10 +13098,19 @@ class RawUserPasskeysClass extends BaseClass$3 {
13097
13098
 
13098
13099
  .header .method {
13099
13100
  display: flex;
13101
+ flex: 1;
13102
+ min-width: 0;
13103
+ }
13104
+
13105
+ slot[name="method-icon"] {
13106
+ display: inline-flex;
13107
+ flex-shrink: 0;
13100
13108
  }
13101
13109
 
13102
13110
  .button {
13103
13111
  min-width: 0;
13112
+ max-width: 50%;
13113
+ flex-shrink: 1;
13104
13114
  }
13105
13115
 
13106
13116
  .add-passkey-button {