Merge pull request #12254 from dhcodes/fix/bug-modal-misc

fix wording and css of Bug Modal
This commit is contained in:
Berkeley Martinez
2016-12-28 23:13:46 -08:00
committed by GitHub
2 changed files with 2 additions and 3 deletions

View File

@ -1156,7 +1156,6 @@ and (max-width : 400px) {
.modal-header .close { .modal-header .close {
font-size: 30px; font-size: 30px;
padding-left: 10px; padding-left: 10px;
margin-top: 22px;
} }
.modal-header { .modal-header {

View File

@ -39,7 +39,7 @@ export class BugModal extends PureComponent {
<Modal.Body className='text-center'> <Modal.Body className='text-center'>
<h3> <h3>
Before you submit a new issue, Before you submit a new issue,
read "Help I've Found a Bug" and read "How to Report a Bug" and
browse other issues with this challenge. browse other issues with this challenge.
</h3> </h3>
<Button <Button
@ -49,7 +49,7 @@ export class BugModal extends PureComponent {
href={ bugLink } href={ bugLink }
target='_blank' target='_blank'
> >
Read "Help I've Found a Bug" Read "How to Report a Bug"
</Button> </Button>
<Button <Button
block={ true } block={ true }