@@ -32,7 +32,7 @@ export default class MentionsView extends View {
attributes: {
class: [
'ck',
- 'ck-mention-view'
+ 'ck-mentions'
],
tabindex: '-1'
@@ -3,7 +3,7 @@
* For licensing, see LICENSE.md.
*/
-.ck.ck-mention-view {
+.ck.ck-mentions {
max-height: 300px;
overflow-y: auto;