Explorar el Código

Merge pull request #2424 from okpierre/patch-8

Update PostComponent.vue
daniel hace 4 años
padre
commit
28f6fc5936
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      resources/assets/js/components/PostComponent.vue

+ 1 - 1
resources/assets/js/components/PostComponent.vue

@@ -146,7 +146,7 @@
                     <div v-else>
                     <div v-else>
                       <p :class="[status.content.length > 620 ? 'mb-1 read-more' : 'mb-1']" style="overflow: hidden;">
                       <p :class="[status.content.length > 620 ? 'mb-1 read-more' : 'mb-1']" style="overflow: hidden;">
                         <a class="font-weight-bold pr-1 text-dark text-decoration-none" :href="statusProfileUrl">{{statusUsername}}</a>
                         <a class="font-weight-bold pr-1 text-dark text-decoration-none" :href="statusProfileUrl">{{statusUsername}}</a>
-                        <span class="comment-text" style="word-break: break-all;" :id="status.id + '-status-readmore'" v-html="status.content"></span>
+                        <span class="comment-text" :id="status.id + '-status-readmore'" v-html="status.content"></span>
                       </p>
                       </p>
                     </div>
                     </div>
                     <hr>
                     <hr>