Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toolbar is set with style "display: block;" - spacer toolbar item does not function properly #802

Open
rusch1981 opened this issue Jan 30, 2020 · 0 comments

Comments

@rusch1981
Copy link

Project Details:

  • .NET Core 3.0
  • Dependencies:
    • "@progress/kendo-theme-material": "^2.5.2"
    • "@progress/kendo-ui": "^2019.3.1114"
    • "@types/kendo-ui": "^2019.3.1"
    • "aurelia-kendoui-bridge": "^1.9.0"

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant