mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
Issue reporter extensions disabled checkbox could be more obvious, fixes #42562
This commit is contained in:
@@ -124,7 +124,7 @@ button:disabled {
|
||||
}
|
||||
|
||||
#issue-reporter {
|
||||
max-width: 80vw;
|
||||
max-width: 85vw;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 2em;
|
||||
@@ -172,8 +172,11 @@ summary {
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
input[type="checkbox"] {
|
||||
.sendData {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
input[type="checkbox"] {
|
||||
height: 18px;
|
||||
width: auto;
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user