Skip to content

Commit

Permalink
Tweaks alignment :(
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Dec 19, 2024
1 parent c6b9560 commit f9545f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/webviews/apps/shared/components/branch-name.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,16 @@ export class GlBranchName extends LitElement {
overflow: hidden;
text-overflow: ellipsis;
vertical-align: middle;
margin-top: -3px;
}
strong {
font-weight: bold;
}
code-icon {
margin-bottom: 2px;
}
`;

@property({ type: String })
Expand Down

0 comments on commit f9545f9

Please sign in to comment.