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