diff --git a/client/src/components/Donation/Donation.css b/client/src/components/Donation/Donation.css index 4ca8722fd8..0d7739fcd5 100644 --- a/client/src/components/Donation/Donation.css +++ b/client/src/components/Donation/Donation.css @@ -22,7 +22,7 @@ .donation-form { display: flex; flex-direction: column; - width:80%; + width: 80%; justify-content: center; margin: 0 auto; } @@ -58,6 +58,10 @@ font-weight: normal; } +.donation-form .btn { + white-space: normal; +} + .modal-close-btn-container { display: flex; justify-content: center; @@ -80,7 +84,6 @@ .StripeElement--focus { border-color: #66afe9; outline: 0; - box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), + 0 0 8px rgba(102, 175, 233, 0.6); } - - diff --git a/client/src/components/profile/components/Certifications.js b/client/src/components/profile/components/Certifications.js index 33261facba..93c9412c65 100644 --- a/client/src/components/profile/components/Certifications.js +++ b/client/src/components/profile/components/Certifications.js @@ -9,6 +9,7 @@ import { Button, Row, Col } from '@freecodecamp/react-bootstrap'; import { userByNameSelector } from '../../../redux'; import FullWidthRow from '../../helpers/FullWidthRow'; import { ButtonSpacer, Spacer } from '../../helpers'; +import './certifications.css'; const mapStateToProps = (state, props) => createSelector( @@ -116,7 +117,7 @@ function renderCertShow(username, cert) { return cert.show ? ( - +