Skip to content

Commit

Permalink
Limit token title on wallet page
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrasinskis committed Sep 27, 2024
1 parent 152e49b commit 0c2c144
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/lib/components/universe/UniverseSummary.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
.summary-title {
@include fonts.h3;
@include text.truncate;
@include text.clamp(1);
word-break: break-word;
}
</style>

0 comments on commit 0c2c144

Please sign in to comment.