Skip to content

Commit

Permalink
fix: force word break in project link CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
vas3k committed Jun 18, 2024
1 parent a102a3a commit 1952998
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/static/css/components/posts.css
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,10 @@
}

.post-project-link {
font-size: 200%;
font-size: 180%;
font-weight: 600;
word-break: break-all;
overflow: hidden;
}

.text-body {
Expand Down

0 comments on commit 1952998

Please sign in to comment.