what can i do to make it work with one or two lines both? can anyone help me? thank you in advance
<div class="ant-col" style="flex: 1 1 0%;flex-wrap: wrap;">
<div class="fileManager-file-name" title="322333333333333333333344444444444444444333333333333333333.png" style="
display: -webkit-box;
">322333333333333333333344444444444444444333333333333333333.png</div>
</div>
.fileManager-file-name {
font-size: 14px;
cursor: pointer;
vertical-align: middle;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
margin-left: 10px;
width: 50px;
white-space: nowrap;
}