Skip to content

Commit 8b353f6

Browse files
committed
Minor Fix
1 parent da17800 commit 8b353f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/src/webview/styles.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ export function getStyles(): string {
362362
}
363363
.vc-chain {
364364
display: grid;
365-
grid-template-columns: max-content minmax(0, 1fr);
365+
grid-template-columns: fit-content(40%) minmax(0, 1fr);
366366
row-gap: 0.25rem;
367367
width: 100%;
368368
min-width: 0;
@@ -388,7 +388,7 @@ export function getStyles(): string {
388388
min-height: 1.2em;
389389
padding-right: 0.75rem;
390390
color: var(--vscode-descriptionForeground);
391-
white-space: nowrap;
391+
white-space: normal;
392392
}
393393
.vc-predicate-cell {
394394
color: var(--vscode-editor-foreground);

0 commit comments

Comments
 (0)