spring-io / spring-doc-resources

Asciidoctor theme for Spring reference documentations
https://spring.io/
Apache License 2.0
40 stars 20 forks source link

Tables that should be full-width are not when using Asciidoctor 1.5.7+ #26

Closed wilkinsona closed 4 years ago

wilkinsona commented 4 years ago

Previously, Asciidoctor used spread for a full-width table but this changed to stretch in 1.5.7. As a result, a table that should be full-width is not when using spring.css with Asciidoctor 1.5.7+.

This PR updates the CSS to apply 100% width to .stretch. This is done in addition to .spread to avoid breaking backwards compatibility.

bclozel commented 4 years ago

Thanks @wilkinsona ! This is available now here: https://repo.spring.io/libs-snapshot/io/spring/docresources/spring-doc-resources/0.1.4.BUILD-SNAPSHOT/