diff --git a/css/hesk_newStyle.php b/css/hesk_newStyle.php index ff1d07ac..32ef5dd1 100644 --- a/css/hesk_newStyle.php +++ b/css/hesk_newStyle.php @@ -65,7 +65,7 @@ border-bottom: 0; border-right: solid 1px #ddd; margin-top: 1px; - height: 90px; + min-height: 70px; padding-top: 10px; } } @@ -207,11 +207,27 @@ font-size: 11px; text-transform: uppercase; } + +@media (min-width: 992px) { + .ticketPropertyText { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + } + + .ticketPropertyText:hover { + white-space: normal; + overflow: none; + } +} + .ticketPropertyText { font-size: 16px; line-height: 1em; color: #fff; + padding-bottom: 2px; } + .criticalPriority { background-color: red; } diff --git a/css/hesk_newStyleRTL.php b/css/hesk_newStyleRTL.php index de5b17db..0abbd51d 100644 --- a/css/hesk_newStyleRTL.php +++ b/css/hesk_newStyleRTL.php @@ -65,7 +65,7 @@ border-bottom: 0; border-left: solid 1px #ddd; margin-top: 1px; - height: 90px; + min-height: 70px; padding-top: 10px; } } @@ -210,6 +210,18 @@ font-size: 11px; text-transform: uppercase; } +@media (min-width: 992px) { + .ticketPropertyText { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + } + + .ticketPropertyText:hover { + white-space: normal; + overflow: none; + } +} .ticketPropertyText { font-size: 16px; line-height: 1em;