Skip to content

Commit

Permalink
feat: Wrap long titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Ushie committed Dec 22, 2024
1 parent 8899f96 commit f0eeb97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/announcements/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@
.cards {
display: grid;
grid-template-columns: repeat(3, 1fr);
padding: 16px 0px;
padding: 16px 0;
min-width: 0;
width: 100%;
gap: 16px;
}
Expand Down
1 change: 1 addition & 0 deletions src/routes/announcements/AnnouncementCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
.footer {
display: flex;
flex-direction: column;
overflow-wrap: anywhere;
span {
display: flex;
Expand Down

0 comments on commit f0eeb97

Please sign in to comment.