[
https://issues.apache.org/jira/browse/TS-3373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14310490#comment-14310490
]
Leif Hedstrom commented on TS-3373:
-----------------------------------
Yeah, this is a serious problem. I kinda wish we could run our own RTD server
as well, if someone wants to allocate the resources (human) we could make that
happen on our RackSpace VMs. It's quite an undertaking to install, configure
and maintain RTD installation.
> Table formatting hides large amounts of text
> --------------------------------------------
>
> Key: TS-3373
> URL: https://issues.apache.org/jira/browse/TS-3373
> Project: Traffic Server
> Issue Type: Bug
> Components: Documentation
> Reporter: Miles Libbey
> Fix For: 5.3.0
>
>
> In the documentation, we have many instances of tables containing descriptive
> text. The Sphinx theme forces the text to be on a single line, and makes the
> user horizontally scroll to see the sentence:
> https://docs.trafficserver.apache.org/en/latest/arch/cache/ram-cache.en.html
> https://docs.trafficserver.apache.org/en/latest/admin/working-log-files.en.html#squid-log-file-format
> etc
> I believe the offending CSS is:
> .wy-table-responsive table td, .wy-table-responsive table th {
> white-space: nowrap;
> }
> (overriding this would be something like
> .wy-table-responsive table td, .wy-table-responsive table th {
> white-space: initial;
> }
> though depending how its implemented, might need the !important rule:
> .wy-table-responsive table td, .wy-table-responsive table th {
> white-space: initial !important;
> }
> )
> I don't get how we can set custom styles in our current documentation
> structure.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)