fixed tile title styling

This commit is contained in:
Mushka Nikita 2023-04-10 11:18:29 +03:00
parent 3130276715
commit 3b72c14a19

View File

@ -55,7 +55,14 @@ const SimpleFilesTileContent = styled(TileContent)`
}
.item-file-name {
padding: 12px 12px 12px 0px;
max-height: 100%;
line-height: 20px;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
}
${({ isRooms }) =>