@kyndryl-design-system/shidoka-charts 2.5.1 → 2.5.2
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.
|
@@ -213,7 +213,7 @@ table tr:last-child td:last-child {
|
|
|
213
213
|
|
|
214
214
|
.header {
|
|
215
215
|
display: flex;
|
|
216
|
-
align-items:
|
|
216
|
+
align-items: flex-start;
|
|
217
217
|
margin-bottom: 24px;
|
|
218
218
|
}
|
|
219
219
|
.widget .header {
|
|
@@ -222,8 +222,21 @@ table tr:last-child td:last-child {
|
|
|
222
222
|
border-radius: 8px 8px 0 0;
|
|
223
223
|
}
|
|
224
224
|
|
|
225
|
+
#titleDesc {
|
|
226
|
+
display: flex;
|
|
227
|
+
flex-direction: column;
|
|
228
|
+
flex: 1 1 auto;
|
|
229
|
+
min-width: 0;
|
|
230
|
+
align-self: flex-start;
|
|
231
|
+
}
|
|
232
|
+
|
|
225
233
|
.title {
|
|
226
234
|
font-weight: 500;
|
|
235
|
+
flex: 0 0 auto;
|
|
236
|
+
overflow: hidden;
|
|
237
|
+
white-space: nowrap;
|
|
238
|
+
text-overflow: ellipsis;
|
|
239
|
+
padding-right: 8px;
|
|
227
240
|
font-family: var(--kd-font-family-secondary);
|
|
228
241
|
font-size: var(--kd-font-size-utility-2-sm);
|
|
229
242
|
line-height: var(--kd-line-height-utility-2-sm);
|
|
@@ -257,6 +270,15 @@ table tr:last-child td:last-child {
|
|
|
257
270
|
|
|
258
271
|
.description {
|
|
259
272
|
color: var(--kd-color-text-level-secondary);
|
|
273
|
+
padding-right: 8px;
|
|
274
|
+
flex: 1 1 auto;
|
|
275
|
+
min-width: 0;
|
|
276
|
+
overflow: hidden;
|
|
277
|
+
display: -webkit-box;
|
|
278
|
+
-webkit-box-orient: vertical;
|
|
279
|
+
-webkit-line-clamp: 2;
|
|
280
|
+
line-clamp: 2;
|
|
281
|
+
overflow-wrap: break-word;
|
|
260
282
|
font-family: var(--kd-font-family-secondary);
|
|
261
283
|
font-size: var(--kd-font-size-utility-3-sm);
|
|
262
284
|
line-height: var(--kd-line-height-utility-3-sm);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chart.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"chart.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|