Преглед изворни кода

fix: solution mobile text-overflow

Lee пре 1 дан
родитељ
комит
b88daf79ff
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/components/section/solution.vue

+ 1 - 1
app/components/section/solution.vue

@@ -50,7 +50,7 @@
                 : 'opacity-0 translate-y-20px delay-0 duration-200',
                 : 'opacity-0 translate-y-20px delay-0 duration-200',
             ]"
             ]"
           >
           >
-            <p>{{ solution.hoverDesc }}</p>
+            <p class="text-overflow">{{ solution.hoverDesc }}</p>
           </div>
           </div>
           <div
           <div
             class="solution-card-items"
             class="solution-card-items"