You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue:
The toolbar item type "spacer" does not work correctly. The element "ak-toolbar" renders with an inline style of "Display: block" causing toolbar items of type "spacer" to display in block fashion.
Expected Result (when tested using Kendo for JQuery):
If a spacer item placed between two button type items, then the first button remains at the immediate left and the second button is flexed to the most right. The two buttons should be spaced opposite in either direction using the full width of the parent element.
Current Work Around .k-toolbar.containsSpacer { display:flex !important; }
I believe the information provided here is correct. Please let me know if further details are needed. It would be helpful if you could supply a more proper work around if one exists. Thank you.
The text was updated successfully, but these errors were encountered:
Project Details:
Issue:
The toolbar item type "spacer" does not work correctly. The element "ak-toolbar" renders with an inline style of "Display: block" causing toolbar items of type "spacer" to display in block fashion.
Expected Result (when tested using Kendo for JQuery):
If a spacer item placed between two button type items, then the first button remains at the immediate left and the second button is flexed to the most right. The two buttons should be spaced opposite in either direction using the full width of the parent element.
Current Work Around
.k-toolbar.containsSpacer { display:flex !important; }
I believe the information provided here is correct. Please let me know if further details are needed. It would be helpful if you could supply a more proper work around if one exists. Thank you.
The text was updated successfully, but these errors were encountered: