Skip to content

Commit

Permalink
better button layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Serp1co committed Dec 11, 2024
1 parent 0ccfad9 commit 943ed8a
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ const PasswordPolicy = (prop: PasswordPolicyProps) => {
defaultValue={prop.defaults.maxCharacterOccurrence.toLocaleString()}
/>
</div>
</div>
<div className="row">
<div className="col-md-4 text-center">
<div className="btn-group">
<AsyncButton
Expand All @@ -153,10 +151,6 @@ const PasswordPolicy = (prop: PasswordPolicyProps) => {
})
}
/>
</div>
</div>
<div className="col-md-4 text-center">
<div className="btn-group">
<AsyncButton
id="resetButton"
className="btn-primary btn-large"
Expand Down

0 comments on commit 943ed8a

Please sign in to comment.