Skip to content

Commit 4e85aba

Browse files
mrleemurrayCopilot
andauthored
Update webviews/common/common.css
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b937fd5 commit 4e85aba

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

webviews/common/common.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -377,9 +377,8 @@ button.split-left {
377377
white-space: nowrap;
378378
text-overflow: ellipsis;
379379
display: flex;
380-
border-left: 1px solid var(--vscode-button-border, transparent);
381-
border-top: 1px solid var(--vscode-button-border, transparent);
382-
border-bottom: 1px solid var(--vscode-button-border, transparent);
380+
border: 1px solid var(--vscode-button-border, transparent);
381+
border-right: none;
383382
}
384383

385384
.split {

0 commit comments

Comments
 (0)