zregvart 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_r396343776
##########
File path: antora-ui-camel/src/css/blog.css
##########
@@ -106,6 +106,14 @@ article.blog p {
margin-bottom: 1rem;
}
+.blog .post .post-content .table-wrapper {
+ overflow-x: auto;
+}
+
+.blog .post .post-content .link-wrapper {
Review comment:
Same remark as the `table-wrapper`. This is bringing on future complexity we
can't maintain.
----------------------------------------------------------------
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