• Resolved patrycja12z

    (@patrycja12z)


    Hi,
    I noticed a bug in your plugin. When more text is entered into the “Text” field, the question box on the left narrows, while the calculator on the right expands to a large size due to the amount of text. Wouldn’t it be better to display the sentences one below the other rather than on a single line?
    Best regard,
    Patrycja

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter patrycja12z

    (@patrycja12z)

    I found some CSS code that fixes this, maybe it’ll be useful to someone:

    .ccb-summary-item__value {
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
    }
    .ccb-summary-title {
    margin-right: 8px;
    }

    • This reply was modified 1 month, 1 week ago by patrycja12z.
    Plugin Support juliastylemixthemes

    (@juliastylemixthemes)

    Hello,

    Thank you for reaching out and letting us know.

    Such case should be tested and checked in detail as the custom CSS potentially could effect to other elements. If this text field issue will be again on other users end as well, we will check with our QA and devs to fix it globally in the plugin styles.

    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.