add word-break: break-all to .ellip

This commit is contained in:
geoffrey45
2022-08-20 14:43:30 +03:00
parent 0e02347381
commit ddeec77ccd
5 changed files with 7 additions and 12 deletions
+2 -2
View File
@@ -40,8 +40,8 @@
/>
</div>
</div>
<div class="bigimg">
<img class="rounded" :src="imguri.thumb + album.image" alt="" />
<div class="bigimg ">
<img class="rounded shadow-lg" :src="imguri.thumb + album.image" alt="" />
</div>
</div>
</template>