mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 14:31:31 +01:00
No resizing of inputs in issue reporter, fixes #41992
This commit is contained in:
@@ -95,7 +95,7 @@ export class IssueReporter extends Disposable {
|
||||
if (styles.inputBorder) {
|
||||
content.push(`input, textarea, select { border: 1px solid ${styles.inputBorder}; }`);
|
||||
} else {
|
||||
content.push(`input, textarea, select { border: none; }`);
|
||||
content.push(`input, textarea, select { border: 1px solid transparent; }`);
|
||||
}
|
||||
|
||||
if (styles.inputForeground) {
|
||||
|
||||
Reference in New Issue
Block a user