Text Editor Not Automatically Spacing Lines

I have a 3 column section with a text block in the middle and the text just continues into the next column and on instead of dropping into the next line automatically.

Like this: https://www.amplifiedaesthetics.com/welcome-to-amplified-aesthetics/

Turned off all plugins, no luck. Changed theme, no luck. Something weird is going on. Help much appreciated!

Hey Tim,

Welcome to the BB forums! :slight_smile:

That’s because you have one long word. By default, the browser breaks words according to their usual rules. You can use custom CSS to force it to break a single word though. You can use the CSS snippet below.

.fl-module-content {
  word-break: break-all;
}

Hope this helps! :slight_smile:

Ben

Wow I’m an idiot… Haha. Thanks so much man!

Hi Tim,

Thanks for informing us the issue has been resolved. We appreciate it.

Thanks,
Danny