Elektrine lite

← Feed

@css@front-end.social

Post #1756589

2026-04-12 15:18 UTC

@ppk we may find a "specific" workaround to the "specific" structure you are working on.

Replies (1)

  • @ppk@front-end.social 2026-04-12 15:21

    @css Basically, what I just showed. p img { max- width: 100%-of-content-after-floats; } On my blog pages: https://www.quirksmode.org/quirksblog/2026/0410-bugreport.html The p's content is influenced by the float. Ideally, the image should just stretch the p's content width.

    Open ##1756590