Skip to content

Commit

Permalink
Fix issue reporter radio button text style, fixes #45246
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachel Macfarlane committed Mar 23, 2018
1 parent cedc35a commit 9de24bf
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions src/vs/code/electron-browser/issue/media/issueReporter.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,21 +195,14 @@ textarea {
}

.extensions-form > .form-buttons > .choice {
margin-right: 35px;
position: relative;
display: flex;
align-items: center;
margin-right: 20px;
}

.extensions-form > .form-buttons > .choice > label, .extensions-form > .form-buttons > .choice > input {
cursor: pointer;
height: 100%;
margin-top: 1px;
}

.extensions-form > .form-buttons > .choice > label {
position: absolute;
top: 50%;
margin-top: -50%;
left: 20px;
margin-top: 0;
}

.system-info {
Expand Down

0 comments on commit 9de24bf

Please sign in to comment.