.editor__content {
 max-width: 90% !important;
}
.smooth-dnd-container.horizontal > .smooth-dnd-draggable-wrapper {
    height: 100%;
    display: table-cell;
    vertical-align: top;
    border: 1px solid #00679e;
    border-radius: 10px;
    margin: 1px;
}