Merge pull request #12254 from dhcodes/fix/bug-modal-misc
fix wording and css of Bug Modal
This commit is contained in:
@ -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 {
|
||||||
|
@ -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 }
|
||||||
|
Reference in New Issue
Block a user