Skip to content

Commit

Permalink
Fix long title wrapping in issue view
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfs committed Dec 2, 2024
1 parent 312402b commit cd0bc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/repo/Issue.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,11 @@
font-weight: var(--font-weight-medium);
-webkit-user-select: text;
user-select: text;
height: 40px;
display: flex;
align-items: center;
justify-content: space-between;
word-break: break-all;
padding-top: 4px;
}
.issue-body {
margin-top: 1rem;
Expand Down

0 comments on commit cd0bc9c

Please sign in to comment.