views:

47

answers:

0

Current state:
I have a lot of additional buttons in my editor-implementation. I already do need two rows of buttons. The linebreak is made automatically and is dependant of the width of the surrounding div. In my case this div can change its size. Now everytime this happens, the buttons are realigned and some buttons move up in the first line or down into the second line.

My question:
Is there a possibility to define where the linebreak in this button rows is? I want to have a fix linebreak after my alignment button.

I did find a workaround: I only have to give the toolbar-div a fixed width. But if I want to show fewer buttons in the first line as in the second, this doesn't work. I'm now repositioning the buttons in a way my workaround is sufficient. But in the long run I've to find an other solution.