Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
How do I vertically align list items in drawer to top in Nova Theme?
I would like it to appear like this
----------
Item
item
space
---------
Not like this
Thanks
.km-nova .km-drawer .km-scroll-container {
justify-
content
: flex-start;
}