Skip to content

Ensure reference manual doesn't generate horizontal scrollbar #13709

@vpavic

Description

@vpavic

Spring Boot's reference manual currently generates horizontal scrollbar at common screen sizes, which is a bit annoying for the reader.

The cause of this is a table in Customize the Jackson ObjectMapper section which has a cell containing value spring.jackson.default-property-inclusion=always|non_null|non_absent|non_default|non_empty that sticks out like a sore thumb and results in a horizontal scrollbar being rendered. This is present in both 1.5.x and 2.0.x:

Ideally, the horizontal scrollbar (if really needed) should be placed on the enclosing element (table in this case) rather than on the whole document. This approach is already present in many places in the reference manual, like the application properties appendix.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions