Issue reporter: changes to "reproducible section", fixes #42365

This commit is contained in:
Rachel Macfarlane
2018-01-29 15:15:03 -08:00
parent e91b851ca8
commit 8b260fb639
3 changed files with 14 additions and 15 deletions

View File

@@ -49,13 +49,6 @@ textarea {
overflow: auto;
resize: vertical;
}
small {
color: #868e96;
display: block;
margin-top: .25rem;
font-size: 80%;
font-weight: 400;
}
/**
* Button
@@ -197,8 +190,14 @@ input:disabled {
margin-left: 1em;
}
.instructions {
font-size: 12px;
margin-left: 1em;
margin-top: .5em;
}
.workbenchCommand {
display: block;
padding: 0;
font-size: 12px;
background: transparent;
}