[ https://issues.apache.org/jira/browse/KAFKA-8212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16816734#comment-16816734 ]
ASF GitHub Bot commented on KAFKA-8212: --------------------------------------- londoncalling commented on pull request #6576: KAFKA-8212 DOCS (kafka) - Fix Maven artifacts table from cutting off … URL: https://github.com/apache/kafka/pull/6576 ## Description **Jira ticket**: https://issues.apache.org/jira/browse/KAFKA-8212 - Fixed the table from cutting off the text by changing the table class to `datatable` (re-using a style that was already in the CSS and has an `overflow` property set). - This isn't the ideal fix. Given the current CSS, the `<pre>` items _should_ have a horizontal scroll, but they don't. If the entries in the first column of this table get too long, it will cut off the final column text. I tried several strategies, and nothing seemed to work. Can revisit if I have more time, this should work for now. ## Related PR on `kafka-site`: https://github.com/apache/kafka-site/pull/200 ## Reviewers, cc: @mjsax , @guozhangwang , @joel-hamill , @JimGalasyn Signed-off-by: Victoria Bialas <vi...@confluent.io> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > KStreams documentation Maven artifact table is cut off > ------------------------------------------------------ > > Key: KAFKA-8212 > URL: https://issues.apache.org/jira/browse/KAFKA-8212 > Project: Kafka > Issue Type: Bug > Components: documentation > Reporter: Michael Drogalis > Assignee: Victoria Bialas > Priority: Minor > Attachments: Screen Shot 2019-04-10 at 2.04.09 PM.png > > > In the [Writing a Streams Application > doc|https://kafka.apache.org/21/documentation/streams/developer-guide/write-streams.html], > the section "LIBRARIES AND MAVEN ARTIFACTS" has a table that lists out the > Maven artifacts. The items in the group ID overflow and are cut off by the > table column, even on a very large monitor. > Note that "artifact ID" seems to have its word break property set correctly. > See the attached image. -- This message was sent by Atlassian JIRA (v7.6.3#76005)