@@ -38562,6 +38562,12 @@ video {
3856238562 --text-opacity: 1;
3856338563}
3856438564
38565+ .truncate {
38566+ overflow: hidden;
38567+ text-overflow: ellipsis;
38568+ white-space: nowrap;
38569+ }
38570+
3856538571.overflow-ellipsis {
3856638572 text-overflow: ellipsis;
3856738573}
@@ -38792,12 +38798,6 @@ video {
3879238798 word-break: break-all;
3879338799}
3879438800
38795- .truncate {
38796- overflow: hidden;
38797- text-overflow: ellipsis;
38798- white-space: nowrap;
38799- }
38800-
3880138801.w-0 {
3880238802 width: 0;
3880338803}
@@ -82557,6 +82557,12 @@ video {
8255782557 --text-opacity: 1;
8255882558 }
8255982559
82560+ .sm\:truncate {
82561+ overflow: hidden;
82562+ text-overflow: ellipsis;
82563+ white-space: nowrap;
82564+ }
82565+
8256082566 .sm\:overflow-ellipsis {
8256182567 text-overflow: ellipsis;
8256282568 }
@@ -82787,12 +82793,6 @@ video {
8278782793 word-break: break-all;
8278882794 }
8278982795
82790- .sm\:truncate {
82791- overflow: hidden;
82792- text-overflow: ellipsis;
82793- white-space: nowrap;
82794- }
82795-
8279682796 .sm\:w-0 {
8279782797 width: 0;
8279882798 }
@@ -126522,6 +126522,12 @@ video {
126522126522 --text-opacity: 1;
126523126523 }
126524126524
126525+ .md\:truncate {
126526+ overflow: hidden;
126527+ text-overflow: ellipsis;
126528+ white-space: nowrap;
126529+ }
126530+
126525126531 .md\:overflow-ellipsis {
126526126532 text-overflow: ellipsis;
126527126533 }
@@ -126752,12 +126758,6 @@ video {
126752126758 word-break: break-all;
126753126759 }
126754126760
126755- .md\:truncate {
126756- overflow: hidden;
126757- text-overflow: ellipsis;
126758- white-space: nowrap;
126759- }
126760-
126761126761 .md\:w-0 {
126762126762 width: 0;
126763126763 }
@@ -170487,6 +170487,12 @@ video {
170487170487 --text-opacity: 1;
170488170488 }
170489170489
170490+ .lg\:truncate {
170491+ overflow: hidden;
170492+ text-overflow: ellipsis;
170493+ white-space: nowrap;
170494+ }
170495+
170490170496 .lg\:overflow-ellipsis {
170491170497 text-overflow: ellipsis;
170492170498 }
@@ -170717,12 +170723,6 @@ video {
170717170723 word-break: break-all;
170718170724 }
170719170725
170720- .lg\:truncate {
170721- overflow: hidden;
170722- text-overflow: ellipsis;
170723- white-space: nowrap;
170724- }
170725-
170726170726 .lg\:w-0 {
170727170727 width: 0;
170728170728 }
@@ -214452,6 +214452,12 @@ video {
214452214452 --text-opacity: 1;
214453214453 }
214454214454
214455+ .xl\:truncate {
214456+ overflow: hidden;
214457+ text-overflow: ellipsis;
214458+ white-space: nowrap;
214459+ }
214460+
214455214461 .xl\:overflow-ellipsis {
214456214462 text-overflow: ellipsis;
214457214463 }
@@ -214682,12 +214688,6 @@ video {
214682214688 word-break: break-all;
214683214689 }
214684214690
214685- .xl\:truncate {
214686- overflow: hidden;
214687- text-overflow: ellipsis;
214688- white-space: nowrap;
214689- }
214690-
214691214691 .xl\:w-0 {
214692214692 width: 0;
214693214693 }
@@ -258417,6 +258417,12 @@ video {
258417258417 --text-opacity: 1;
258418258418 }
258419258419
258420+ .\32xl\:truncate {
258421+ overflow: hidden;
258422+ text-overflow: ellipsis;
258423+ white-space: nowrap;
258424+ }
258425+
258420258426 .\32xl\:overflow-ellipsis {
258421258427 text-overflow: ellipsis;
258422258428 }
@@ -258647,12 +258653,6 @@ video {
258647258653 word-break: break-all;
258648258654 }
258649258655
258650- .\32xl\:truncate {
258651- overflow: hidden;
258652- text-overflow: ellipsis;
258653- white-space: nowrap;
258654- }
258655-
258656258656 .\32xl\:w-0 {
258657258657 width: 0;
258658258658 }
0 commit comments