@gapBetweenLists: 48px;

.board {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100%;
    // white-space: nowrap;
    // display: inline-flex;
    // flex-direction: row;

    :global {
        .smooth-dnd-container.horizontal {
            display: flex;
            height: 100%;
            & > .smooth-dnd-draggable-wrapper:not(:last-child) {
                padding-right: @gapBetweenLists;
            }
        }
    }
}
