Skip to content

Commit 52cce03

Browse files
mrleemurraylemurra_microsoft
andauthored
Adjust sidebar grid layout to account for column gap (#7392)
Co-authored-by: lemurra_microsoft <Lee.Murray@microsoft.com>
1 parent 7011237 commit 52cce03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webviews/editorWebview/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,7 @@ code {
12181218
#sidebar {
12191219
display: grid;
12201220
column-gap: 20px;
1221-
grid-template-columns: 50% 50%;
1221+
grid-template-columns: calc(50% - 10px) calc(50% - 10px);
12221222
padding: 0;
12231223
padding-bottom: 24px;
12241224
}

0 commit comments

Comments
 (0)