jyotiattri commented on a change in pull request #200: fixed issue for content wider than screen for pages URL: https://github.com/apache/camel-website/pull/200#discussion_r397042475
########## File path: antora-ui-camel/src/css/base.css ########## @@ -83,3 +83,11 @@ mark { .text-center { text-align: center; } + +@media screen (max-width: 1023px) and (min-width: 480px) { + code, + kbd, + pre { + overflow-wrap: break-word; Review comment: Yes, it will work. ---------------------------------------------------------------- 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 With regards, Apache Git Services