bding пре 2 година
родитељ
комит
99e442e0cc
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      components/report/timeLine.vue

+ 2 - 2
components/report/timeLine.vue

@@ -212,11 +212,11 @@ export default {
       position: relative;
       position: relative;
       .rich-text {
       .rich-text {
         overflow: hidden;
         overflow: hidden;
-        text-overflow: ellipsis;
+        // text-overflow: ellipsis;
         text-align: justify;
         text-align: justify;
         display: -webkit-box;
         display: -webkit-box;
         -webkit-line-clamp: 3;
         -webkit-line-clamp: 3;
-        -webkit-box-orient: vertical;
+        // -webkit-box-orient: vertical;
         position: relative;
         position: relative;
         &.expand {
         &.expand {
           -webkit-line-clamp: 999;
           -webkit-line-clamp: 999;