Longer texts inside ToolStrip tools appear incorrect in Lightweight mode
When a tool has a longer name, part of the text drops to a new line, and causes incorrect layout.
To resolve you can use the following CSS rule:
.reDropDownBody a.reTool.reToolText {
white-space: nowrap;
}