landmark-serve
Version:
Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose
24 lines (18 loc) • 320 B
text/less
// FlowLayout
.mce-flow-layout-item {
.inline-block();
}
.mce-flow-layout-item {
//margin: 2px 0 2px 2px;
margin-bottom: 4px;
margin-right: 4px;
}
.mce-flow-layout-item.mce-last {
// margin-right: 2px;
}
.mce-flow-layout {
white-space: normal;
}
.mce-tinymce-inline .mce-flow-layout {
white-space: nowrap;
}