Skip to content

Commit

Permalink
increase margin for warning
Browse files Browse the repository at this point in the history
  • Loading branch information
arafubeatbox committed Dec 18, 2024
1 parent 345dcec commit 4682d0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const PageBulkExportSelectModal = (): JSX.Element => {
<ModalBody>
<p className="card custom-card bg-warning-subtle pt-3 px-3">
{t('page_export.bulk_export_download_explanation')}
<span className="mt-1"><span className="material-symbols-outlined me-1">warning</span>{t('Warning')}</span>
<span className="mt-3"><span className="material-symbols-outlined me-1">warning</span>{t('Warning')}</span>
<ul className="mt-2">
<li>{t('page_export.bulk_export_exec_time_warning')}</li>
<li>{t('page_export.large_bulk_export_warning')}</li>
Expand Down

0 comments on commit 4682d0b

Please sign in to comment.