Web: Files: fix max width tooltip

This commit is contained in:
Viktor Fomin 2021-10-28 15:07:13 +03:00
parent 1c18b23ead
commit de2be37d24

View File

@ -191,7 +191,7 @@ const FileRow = (props) => {
getContent={(dataTip) => <Text fontSize="13px">{dataTip}</Text>}
effect="float"
place="left"
maxWidth={320}
maxWidth="250px"
color="#f8f7bf"
/>
</div>