@uniai-fe/uds-primitives 0.4.6 → 0.4.7
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.
package/dist/styles.css
CHANGED
|
@@ -4173,7 +4173,7 @@ figure.chip {
|
|
|
4173
4173
|
|
|
4174
4174
|
.select-tags {
|
|
4175
4175
|
display: flex;
|
|
4176
|
-
max-width: calc(100% - var(--select-icon-size-medium) - var(
|
|
4176
|
+
max-width: calc(100% - var(--select-icon-size-medium) - var(--select-multiple-chip-gap));
|
|
4177
4177
|
flex-wrap: wrap;
|
|
4178
4178
|
gap: var(--select-multiple-chip-gap);
|
|
4179
4179
|
align-items: center;
|
package/package.json
CHANGED
|
@@ -408,7 +408,7 @@
|
|
|
408
408
|
.select-tags {
|
|
409
409
|
display: flex;
|
|
410
410
|
max-width: calc(
|
|
411
|
-
100% - var(--select-icon-size-medium) - var(
|
|
411
|
+
100% - var(--select-icon-size-medium) - var(--select-multiple-chip-gap)
|
|
412
412
|
);
|
|
413
413
|
// flex-wrap: nowrap;
|
|
414
414
|
flex-wrap: wrap;
|