You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/03/24 10:19:37 UTC

[GitHub] [camel-website] jyotiattri commented on a change in pull request #200: fixed issue for content wider than screen for pages

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:
users@infra.apache.org


With regards,
Apache Git Services