Skip to content

Commit 2a3de81

Browse files
committed
fix: git branch button size inconsistent
1 parent 5aa47b2 commit 2a3de81

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/extensions/default/Git/styles/git-styles.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,8 +1091,13 @@
10911091
.git-panel-branch {
10921092
display: inline-block;
10931093
vertical-align: middle;
1094+
box-sizing: border-box;
1095+
height: 22px;
1096+
margin-top: 2px;
10941097
margin-right: 8px;
1098+
padding: 2px 10px;
10951099
font-size: 12px;
1100+
line-height: 16px;
10961101
white-space: nowrap;
10971102
cursor: default;
10981103
i {

0 commit comments

Comments
 (0)