Skip to content

Commit

Permalink
fix(Project): Fixed the alignment of default license info header button
Browse files Browse the repository at this point in the history
  • Loading branch information
amritkv authored and heliocastro committed Jan 3, 2025
1 parent bdff19b commit 078da46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function LicenseInfoHeader({ projectPayload, setProjectPayload }:
<div className='row mb-4'>
<h6 className='header pb-2 px-2'>{t('License Info Header')}</h6>
<div className='row d-flex justify-content-end'>
<div className='col-lg-3'>
<div className='col-lg-3 d-flex justify-content-end'>
<button className='btn btn-light mb-2'
type='button'
onClick={getDefaultLicenseInfoHeader}
Expand Down

0 comments on commit 078da46

Please sign in to comment.