We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da17800 commit 8b353f6Copy full SHA for 8b353f6
1 file changed
client/src/webview/styles.ts
@@ -362,7 +362,7 @@ export function getStyles(): string {
362
}
363
.vc-chain {
364
display: grid;
365
- grid-template-columns: max-content minmax(0, 1fr);
+ grid-template-columns: fit-content(40%) minmax(0, 1fr);
366
row-gap: 0.25rem;
367
width: 100%;
368
min-width: 0;
@@ -388,7 +388,7 @@ export function getStyles(): string {
388
min-height: 1.2em;
389
padding-right: 0.75rem;
390
color: var(--vscode-descriptionForeground);
391
- white-space: nowrap;
+ white-space: normal;
392
393
.vc-predicate-cell {
394
color: var(--vscode-editor-foreground);
0 commit comments