Skip to content

Commit

Permalink
Fix non-breakable profile text
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDaub committed Jul 10, 2024
1 parent 4616be3 commit 4b7bcb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/upvotes.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export default async function (
<tr>
<td>
<div
style="padding: 10px 10px 0 10px; color: black; font-size: 16px; line-height: 1.5;"
style="max-width: 96vw; margin: 2vw 2vw; overflow-wrap: break-word; color: black; font-size: 16px; line-height: 1.5;"
>
<span
style="margin-bottom: 10px; font-weight: bold; display: flex; align-items: center; gap: 10px;"
Expand Down

0 comments on commit 4b7bcb3

Please sign in to comment.