@fluid-topics/ft-chip-choice 1.2.53 → 1.2.54

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.
@@ -1254,6 +1254,12 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1254
1254
  align-items: center;
1255
1255
  }
1256
1256
 
1257
+ .ftds-chip--icon-container {
1258
+ display: inline-flex;
1259
+ align-items: center;
1260
+ flex: none;
1261
+ }
1262
+
1257
1263
  .ftds-chip ft-typography {
1258
1264
  display: flex; /* For typo alignment in the chip */
1259
1265
  }