Skip to content

Commit 24f6e0a

Browse files
authored
Create button has left-aligned text (#7495)
Fixes #7487
1 parent 41d48c2 commit 24f6e0a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

webviews/createPullRequestViewNew/index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,4 +293,8 @@ textarea {
293293

294294
.pre-review svg path {
295295
fill: currentColor;
296+
}
297+
298+
button.split-left {
299+
display: block;
296300
}

0 commit comments

Comments
 (0)