Skip to content

Commit

Permalink
[tra-15868]Retirer le retour à la ligne sur Mot de passe
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianaJM committed Feb 10, 2025
1 parent 38d0fcc commit 6319107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const AccountInfoActionBar = ({
isDisabled
}: AccountInfoActionBarProps) => (
<div className="account-info">
{title && <h3 className="fr-h4 fr-mr-1w">{title}</h3>}
{title && <h3 className="fr-h3 fr-mr-1w">{title}</h3>}
<div className="account-info__bar">
{!isEditing && (
<div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.account-info {
display: flex;
h4 {
h3 {
width: 100%;
}
&__bar {
Expand Down

0 comments on commit 6319107

Please sign in to comment.