Skip to content

Commit

Permalink
Merge pull request m0-foundation#337 from m0-foundation/fix/WEB3-1204…
Browse files Browse the repository at this point in the history
…-proposal-card-title

WEB3 1204 improve proposals title size and word-break
  • Loading branch information
ernaneluis authored Sep 24, 2024
2 parents 64e2bcf + cf71cda commit 618c4d8
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 618c4d8

Please sign in to comment.