Skip to content

Commit 53ff457

Browse files
Copilotalexr00
andcommitted
Fix subtitle visibility by adding flex: 1 to .details
Co-authored-by: alexr00 <[email protected]>
1 parent 515a52c commit 53ff457

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

webviews/editorWebview/index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ textarea:focus,
5959
background: var(--vscode-editor-background);
6060
}
6161

62+
.title .details {
63+
flex: 1;
64+
}
65+
6266
/* Shadow effect when stuck - only on bottom */
6367
.title.stuck::after {
6468
content: '';

0 commit comments

Comments
 (0)