rusackas commented on a change in pull request #10854:
URL:
https://github.com/apache/incubator-superset/pull/10854#discussion_r488430978
##########
File path: docs/src/gatsby-theme-docz/index.tsx
##########
@@ -34,6 +34,10 @@ interface Props {
const docLayout = css`
display: flex;
flex-direction: row;
+ .docContainer {
+ word-wrap: break-all;
+ width: 100%;
Review comment:
Yep, this fixes the problem. I'll undo a flexbox change I was messing
with, to the same effect, on another PR.
Note though, that with this div being 100%, and the `.anchorNavStyle` div
being `position: fixed`, I'm pretty sure that the `.docLayout`'s `display:
flex` and `flex-direction: row` styles have no effect/purpose.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]