.file-item{ display: flex; width: 100%; margin-top: 10px !important; align-items: center; border: 1px solid #dedede; justify-content: space-between; padding: 1%; .file-description{ display: flex; align-items: center; column-gap: 10px; img{ width: 40px; height: 40px; // margin-right: 10px; } span{ display: block; width: 180px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } } .delete-icon{ // margin-left: 1%; cursor: pointer; } }