Skip to content

Commit

Permalink
PR created x minutes ago is cut off in small tabs (#2985)
Browse files Browse the repository at this point in the history
  • Loading branch information
burkeholland authored Sep 28, 2021
1 parent 9653cd1 commit c42220b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions webviews/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,9 @@ export function Header({
{!isIssue ? <Avatar for={author} /> : null}
<span className="author">
{!isIssue ? (
<Spaced>
<AuthorLink for={author} />
{getActionText(state)}
into<code>{base}</code>
from<code>{head}</code>
</Spaced>
<div>
<AuthorLink for={author} /> {getActionText(state)} into <code> {base} </code> from <code> {head} </code>
</div>
) : null}
</span>
<span className="created-at">
Expand Down

0 comments on commit c42220b

Please sign in to comment.