AemieJ commented on a change in pull request #241: CAMEL-14745: Navbar doesn't 
fit the screen resolved for few pages
URL: https://github.com/apache/camel-website/pull/241#discussion_r397118850
 
 

 ##########
 File path: layouts/blog/post.html
 ##########
 @@ -20,7 +20,7 @@ <h1><a href="{{.Page.Permalink}}">{{ .Title }}</a></h1>
             {{ end }}
             </p>
         </aside>
-        <div class="post-content">
+        <div class="post-content table-wrapper">
 
 Review comment:
   I observed that in the components reference section, there is a section 
where table-wrapper is used for controlling the overflow of the table. However, 
in the blog section, for the post the table doesn't contain the table wrapper 
class hence, the overflow of tables causes the hindrance.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to