noph-ui 0.15.1 → 0.15.3
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/chip/ChipSet.svelte
CHANGED
|
@@ -133,6 +133,7 @@
|
|
|
133
133
|
z-index: 1;
|
|
134
134
|
padding-left: 1rem;
|
|
135
135
|
padding-right: 1rem;
|
|
136
|
+
overflow: hidden;
|
|
136
137
|
}
|
|
137
138
|
.np-chip-icon-checked {
|
|
138
139
|
display: none;
|
|
@@ -161,6 +162,9 @@
|
|
|
161
162
|
line-height: 1.25rem;
|
|
162
163
|
font-size: 0.875rem;
|
|
163
164
|
font-weight: 500;
|
|
165
|
+
white-space: pre;
|
|
166
|
+
overflow: hidden;
|
|
167
|
+
text-overflow: ellipsis;
|
|
164
168
|
}
|
|
165
169
|
.np-filter-chip::before {
|
|
166
170
|
content: '';
|
|
@@ -125,6 +125,7 @@
|
|
|
125
125
|
z-index: 1;
|
|
126
126
|
padding-left: 1rem;
|
|
127
127
|
padding-right: 2px;
|
|
128
|
+
overflow: hidden;
|
|
128
129
|
}
|
|
129
130
|
.np-chip-icon {
|
|
130
131
|
color: var(--np-color-primary);
|
|
@@ -138,6 +139,9 @@
|
|
|
138
139
|
font-size: 0.875rem;
|
|
139
140
|
font-weight: 500;
|
|
140
141
|
padding-right: 2px;
|
|
142
|
+
white-space: pre;
|
|
143
|
+
overflow: hidden;
|
|
144
|
+
text-overflow: ellipsis;
|
|
141
145
|
}
|
|
142
146
|
.np-filter-chip::before {
|
|
143
147
|
content: '';
|