Completed
Last Updated: 17 Nov 2015 06:49 by ADMIN
ADMIN
Ianko
Created on: 13 Feb 2015 06:45
Category: Editor
Type: Bug Report
0
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;
}
0 comments