Skip to content

Commit d69f7aa

Browse files
authored
1 parent a0cd34c commit d69f7aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/vs/workbench/browser/parts/panel/media/panelpart.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,16 @@
106106
padding-left: 10px;
107107
padding-right: 10px;
108108
font-size: 11px;
109-
padding-bottom: 3px; /* puts the bottom border down */
110-
padding-top: 4px;
109+
padding-bottom: 1px; /* puts the bottom border down */
110+
padding-top: 2px;
111111
display: flex;
112112
}
113113

114114
.monaco-workbench .part.panel > .composite.title> .panel-switcher-container > .monaco-action-bar .action-item::before,
115115
.monaco-workbench .part.panel > .composite.title> .panel-switcher-container > .monaco-action-bar .action-item::after {
116116
content: '';
117117
width: 2px;
118+
height: 32px;
118119
display: block;
119120
background-color: var(--insert-border-color);
120121
opacity: 0;

0 commit comments

Comments
 (0)