diff --git a/src/components/UI/ModalTicket/ModalTicket.scss b/src/components/UI/ModalTicket/ModalTicket.scss index 24c5ad93..aa2ddbf2 100644 --- a/src/components/UI/ModalTicket/ModalTicket.scss +++ b/src/components/UI/ModalTicket/ModalTicket.scss @@ -73,10 +73,6 @@ font-size: 16px; line-height: 24px; color: #1a1919; - max-width: 500px; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; margin-bottom: 0; } diff --git a/src/pages/Tracker/tracker.scss b/src/pages/Tracker/tracker.scss index ae91a855..01cf8057 100644 --- a/src/pages/Tracker/tracker.scss +++ b/src/pages/Tracker/tracker.scss @@ -503,7 +503,7 @@ &__item { width: 328px; - height: 154px; + max-height: 250px; padding: 16px; position: relative; box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.06), @@ -530,9 +530,6 @@ font-size: 16px; line-height: 24px; margin-bottom: 0; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; } span { @@ -555,10 +552,12 @@ font-weight: 400; font-size: 14px; line-height: 140%; - max-width: 295px; + max-height: 100px; overflow: hidden; - white-space: nowrap; text-overflow: ellipsis; + display: -webkit-box; + -webkit-line-clamp: 5; + -webkit-box-orient: vertical; } &__info {