We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae6d709 + 91a7c41 commit 814d4b3Copy full SHA for 814d4b3
1 file changed
src/vs/workbench/contrib/terminalContrib/inlineHint/browser/media/terminalInitialHint.css
@@ -5,6 +5,13 @@
5
6
.monaco-workbench .terminal-initial-hint {
7
color: var(--vscode-terminal-initialHintForeground);
8
+ container-type: inline-size;
9
+}
10
+
11
+@container (max-width: 300px) {
12
+ .monaco-workbench .terminal-initial-hint > * {
13
+ display: none !important;
14
+ }
15
}
16
17
.monaco-workbench .terminal-initial-hint a {
0 commit comments