Skip to content

Commit 4e93489

Browse files
authored
Change template button lower border cut-off (#8348)
Fixes #8343
1 parent 8acb051 commit 4e93489

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

webviews/createPullRequestViewNew/index.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ button.input-box {
110110
gap: 4px;
111111
}
112112

113+
.description-actions .icon-button {
114+
margin-bottom: 2px;
115+
margin-top: -2px;
116+
}
117+
113118
.group-title {
114119
position: relative;
115120
display: flex;

0 commit comments

Comments
 (0)