
.dnd-item {
    width: 100%;
    border-radius: 6px;
    height: 30px;
    background-color: #f2f3f5;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.option-name {
    width: calc(100% - 30px);
    white-space: nowrap;    
    overflow: hidden;      
    text-overflow: ellipsis;
}

:global(.dnd-list-container .dtable-font.dtable-icon-drag) {
    font-size: 12px;
    padding-left: 10px;
}