@capillarytech/creatives-library 7.17.44 → 7.17.45
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/package.json
CHANGED
|
@@ -623,13 +623,24 @@
|
|
|
623
623
|
margin: auto;
|
|
624
624
|
}
|
|
625
625
|
}
|
|
626
|
-
.whatsapp-rcs-template-name
|
|
626
|
+
.whatsapp-rcs-template-name {
|
|
627
627
|
max-width: 170px;
|
|
628
628
|
overflow: hidden;
|
|
629
629
|
white-space: nowrap;
|
|
630
630
|
text-overflow: ellipsis;
|
|
631
631
|
}
|
|
632
632
|
|
|
633
|
+
.zalo-template-name{
|
|
634
|
+
max-width: 170px;
|
|
635
|
+
overflow: hidden;
|
|
636
|
+
white-space: nowrap;
|
|
637
|
+
text-overflow: ellipsis;
|
|
638
|
+
color: $CAP_G01;
|
|
639
|
+
font-size: $FONT_SIZE_M;
|
|
640
|
+
font-weight: $FONT_WEIGHT_MEDIUM;
|
|
641
|
+
line-height: normal;
|
|
642
|
+
}
|
|
643
|
+
|
|
633
644
|
.zalo-view-tooltip {
|
|
634
645
|
padding: $CAP_SPACE_06 $CAP_SPACE_12;
|
|
635
646
|
}
|
|
@@ -1202,7 +1202,7 @@ export class Templates extends React.Component { // eslint-disable-line react/pr
|
|
|
1202
1202
|
} = template;
|
|
1203
1203
|
templateData.title = (
|
|
1204
1204
|
<CapRow>
|
|
1205
|
-
<CapLabel
|
|
1205
|
+
<CapLabel className="zalo-template-name">
|
|
1206
1206
|
{templateId}
|
|
1207
1207
|
</CapLabel>
|
|
1208
1208
|
<CapRow
|
|
@@ -267,7 +267,6 @@ exports[`Test Templates container Should render temlates when Zalo templates are
|
|
|
267
267
|
"title": <CapRow>
|
|
268
268
|
<CapLabel
|
|
269
269
|
className="zalo-template-name"
|
|
270
|
-
label="label16"
|
|
271
270
|
type="label1"
|
|
272
271
|
>
|
|
273
272
|
|
|
@@ -357,7 +356,6 @@ exports[`Test Templates container Should render temlates when Zalo templates are
|
|
|
357
356
|
"title": <CapRow>
|
|
358
357
|
<CapLabel
|
|
359
358
|
className="zalo-template-name"
|
|
360
|
-
label="label16"
|
|
361
359
|
type="label1"
|
|
362
360
|
>
|
|
363
361
|
|