| @@ -1,7 +1,7 @@ | |||
| .files-page { | |||
| max-width: 630px; | |||
| height: 100%; | |||
| padding: 36px 0 !important; | |||
| padding: 36px 36px !important; | |||
| margin: 0 auto; | |||
| } | |||
| @@ -29,4 +29,8 @@ | |||
| padding-bottom: 36px; | |||
| display: flex; | |||
| justify-content: flex-end; | |||
| } | |||
| .files-page-drag-and-drop { | |||
| word-break: break-all !important; | |||
| } | |||
| @@ -127,7 +127,7 @@ const FilesPage = () => { | |||
| </div> | |||
| <div className="files-page-card-content"> | |||
| <div | |||
| className="uploadCV-input" | |||
| className="uploadCV-input files-page-drag-and-drop" | |||
| onDragOver={(e) => { | |||
| setDropzoneActive(true); | |||
| e.preventDefault(); | |||