backdrop-contrib / paragraphs

Paragraphs module to control your content flow
https://backdropcms.org/project/paragraphs
GNU General Public License v2.0
5 stars 11 forks source link

Issue #170 wrap paragraph text in preview #171

Closed herbdool closed 5 months ago

herbdool commented 6 months ago

Fixes https://github.com/backdrop-contrib/paragraphs/issues/170

herbdool commented 4 months ago

@laryn I'm reopening this, because now I can't find a paragraphs-item class and it doesn't seem to be doing it on my test install. Maybe it should just be this instead so it directly overrides the line in core:

.field-widget-paragraphs-embed table .form-item {
  white-space: normal;
}

At least until there's a fix in core.

herbdool commented 4 months ago

I also added a PR for core: https://github.com/backdrop/backdrop-issues/issues/6365