react-draft-wysiwyg
Version:
A wysiwyg on top of DraftJS.
18 lines (17 loc) • 306 B
CSS
.rdw-fontfamily-wrapper {
display: flex;
align-items: center;
margin-bottom: 6px;
}
.rdw-fontfamily-dropdown {
width: 115px;
}
.rdw-fontfamily-placeholder {
white-space: nowrap;
max-width: 90px;
overflow: hidden;
text-overflow: ellipsis;
}
.rdw-fontfamily-optionwrapper {
width: 140px;
}