spring-io / antora-ui-spring

Mozilla Public License 2.0
15 stars 28 forks source link

Strict text wrapping in table splits words #172

Closed rstoyanchev closed 1 week ago

rstoyanchev commented 12 months ago

Based on an issue internally reported by @jxblum, there is a text wrapping problem visible in the docs for Spring Framework, specifically the table on Controller Method Arguments.

image

Originally observed on Google Chrome and Safari on Mac. I confirm the same with Chromium on Linux.

The corresponding source for the table is here:

https://raw.githubusercontent.com/spring-projects/spring-framework/main/framework-docs/modules/ROOT/pages/web/webflux/controller/ann-methods/arguments.adoc

sbrannen commented 10 months ago

Potentially related discussion on Twitter: https://twitter.com/mojavelinux/status/1537863360040972288

sbrannen commented 1 month ago

It appears that this has already been addressed, since the word splitting no longer seems to occur here: https://docs.spring.io/spring-framework/reference/web/webmvc/mvc-controller/ann-methods/arguments.html