Skip to content

Commit

Permalink
Merge branch 'master' into rubaiyat/fix-hearing-locations-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
va-bot authored Sep 15, 2020
2 parents e35064e + 19c48d1 commit 8515458
Show file tree
Hide file tree
Showing 3 changed files with 670 additions and 4 deletions.
6 changes: 3 additions & 3 deletions client/app/intake/components/SelectClaimant.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const email = React.createElement(
);
const claimantLabel = React.createElement(
'p',
{ id: 'claimantLabel' },
{ id: 'claimantLabel', style: { marginTop: '8.95px', marginBottom: '0px' } },
COPY.CLAIMANT_NOT_FOUND_START,
email,
COPY.CLAIMANT_NOT_FOUND_END
Expand Down Expand Up @@ -134,7 +134,7 @@ export const SelectClaimant = (props) => {

const claimantOptions = () => {
return (
<div className="cf-claimant-options">
<div>
<RadioField
name="claimant-options"
label={claimantLabel}
Expand Down Expand Up @@ -172,7 +172,7 @@ export const SelectClaimant = (props) => {
}

return (
<div className="cf-different-claimant">
<div className="cf-different-claimant" style={{ marginTop: '18.95px' }}>
<RadioField
name="different-claimant-option"
label="Is the claimant someone other than the Veteran?"
Expand Down
3 changes: 2 additions & 1 deletion client/app/intake/components/SelectClaimant.module.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.button {
margin-bottom: 1rem;
margin-bottom: 3rem;
margin-top: 0.895rem
}
Loading

0 comments on commit 8515458

Please sign in to comment.