This is a migrated thread and some comments may be shown as answers.

Sizing the toolbar

1 Answer 89 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Reid
Top achievements
Rank 2
Reid asked on 28 Mar 2018, 04:56 PM

Is there a way to size the toolbar?  I am using the MVC server side declaration.

 

Thanks

1 Answer, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 30 Mar 2018, 06:16 AM
Hello Reid,

The Editor toolbar size cannot be set through configuration, but you can use CSS to set its height:
.k-editor-toolbar {
  height: 60px;
}


Regards,
Ivan Danchev
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Editor
Asked by
Reid
Top achievements
Rank 2
Answers by
Ivan Danchev
Telerik team
Share this question
or