Question T10300
Visible to All Users

category title hidden in creator V2

created 2 years ago

Hi,

When the title of category is too long then half of string gets hidden as shown in below screen shot. Here is example

Clipboard-File-1.png

Comments (1)

    Hello,

    You can use the following CSS:

    CSS
    .svc-toolbox__category-header { min-height: 40px; height: auto; }

    Here is the example - https://plnkr.co/edit/B5ISxGsupJYL9y4z

    Thanks, Serge
    SurveyJS Team