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

Prevent editor toolbar being too small, at least for left-aligned elements #855

Merged
merged 1 commit into from
Jan 5, 2015

Commits on Jan 5, 2015

  1. Prevent editor toolbar being too small, at least for left-aligned ele…

    …ments
    
    If there are only floating elements, the Dojo toolbar shrinks to 0 height.
    
    To prevent this for left-aligned elements, do not set them as
    float:left. (Also reorder generation to keep current tool ordering)
    
    And for elements floating to the right, clear any floating for the toolbar element
    with "clear:both" on the pseudo :after element.
    Friedrich W. H. Kossebau committed Jan 5, 2015
    2 Configuration menu
    Copy the full SHA
    c29f77c View commit details
    Browse the repository at this point in the history