react-tinymce-mention
Version:
@Mention functionality for TinyMCE, built with React and Redux.
26 lines (20 loc) • 418 B
text/less
/* MenuButton */
.mce-menubtn.mce-disabled span {
color: @text-color-disabled;
}
.mce-menubtn span {
line-height: 20px;
}
.mce-menubtn.mce-btn-small span {
font-size: @font-size - 2px;
line-height: @line-height - 5px;
}
.mce-menubtn.mce-fixed-width span {
display: inline-block;
overflow-x: hidden;
text-overflow: ellipsis;
width: 90px;
}
.mce-menubtn.mce-fixed-width.mce-btn-small span {
width: 70px;
}