Skip to content

Commit

Permalink
fix: #573 - Update the CSS to address header issue in AML (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
NghiaPham authored Mar 16, 2020
1 parent 184fb86 commit 4621ea3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ exports[`AMLProgressBar AMLProgressBar should match snapshot 1`] = `
<Component>
<Component>
<div>
<Component>
<Component
className="mb-6"
>
<Component
dynamicLinkParams={
Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const AMLProgressBar: React.FC<AMLProgressBarProps> = ({ contact, idCheck
<LevelLeft>
<LevelItem>
<div>
<H3>
<H3 className="mb-6">
<AcLink
dynamicLinkParams={{
appMode: loginMode,
Expand Down

0 comments on commit 4621ea3

Please sign in to comment.