Skip to content

Commit

Permalink
WEB3 1204 improve proposals title size and word-break
Browse files Browse the repository at this point in the history
  • Loading branch information
conradocanasm0 committed Sep 18, 2024
1 parent 64e2bcf commit cf71cda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/proposal/Card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
class="mb-4"
/>

<div class="mb-4">
<h2 class="text-2xl break-all">
<div class="mb-4 text-xl lg:text-2xl break-words">
<h3>
{{ title }}
</h2>
</h3>
</div>

<div class="text-grey-500 font-inter mb-4 break-words">
<div class="text-grey-500 max-lg:text-sm font-inter mb-4 break-words">
{{ truncate(onlyDescription, { length: 450 }) }}
</div>

Expand Down

0 comments on commit cf71cda

Please sign in to comment.