@nodeject/ui-components
Version:
UI library for non-trivial components
23 lines (20 loc) • 525 B
text/less
@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;
}
}
}
}