Issue reporter extensions disabled checkbox could be more obvious, fixes #42562

This commit is contained in:
Rachel Macfarlane
2018-01-31 16:18:06 -08:00
parent 7e2f7fd802
commit 91c918ce65
3 changed files with 11 additions and 8 deletions

View File

@@ -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;