エラーラベルのデザインを修正
This commit is contained in:
parent
d016242bab
commit
3e90261ecc
@ -138,7 +138,10 @@ export const AddTemplateFilePopup: React.FC<AddTemplateFilePopupProps> = (
|
||||
</span>
|
||||
)}
|
||||
{isPushUploadButton && hasErrorFileSize && (
|
||||
<span className={`${styles.formError} ${styles.alignCenter}`}>
|
||||
<span
|
||||
className={`${styles.formError} ${styles.alignCenter}`}
|
||||
style={{ margin: "0px 30px 0px 30px" }}
|
||||
>
|
||||
{t(getTranslationID("templateFilePage.label.fileSizeError"))}
|
||||
</span>
|
||||
)}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user