Skip to content

Commit

Permalink
styling fix for UI regression
Browse files Browse the repository at this point in the history
  • Loading branch information
pearl-truss committed Nov 8, 2023
1 parent 954ad7c commit e508a92
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@
margin-top: 17.5px;
span {
font-weight: bold;
a {
display: inline;
margin-top: 0;

&.mccrsID a {
display: inline-block;
margin-left: 5px;
margin-top: 0px;

}

}
.editLink {
a.editLink {
margin-top: 0;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export const SubmissionSummary = (): React.ReactElement => {
isCMSUser ? (
<div className={styles.subHeader}>
{pkg.mccrsID && (
<span>
<span className={styles.mccrsID}>
MC-CRS record number:
<Link
href={`https://mccrs.abtsites.com/Home/Index/${pkg.mccrsID}`}
Expand Down

0 comments on commit e508a92

Please sign in to comment.