Skip to content

Conversation

@seanpdoyle
Copy link
Contributor

Since the <turbo-cable-stream-source> is a Custom Element, it has a default style: property of display: inline. As a visible element, it participates in the page's layout.

This commit changes the element to always be display: none so that it no longer participates in the layout.

Since the `<turbo-cable-stream-source>` is a Custom Element, it has a
default `style:` property of `display: inline`. As a visible element, it
participates in the page's layout.

This commit changes the element to always be `display: none` so that it
no longer participates in the layout.
@jordan-brough
Copy link

We ran into this also. I've opened a github issue for the topic here: #643

Would be great to see this or some other solution implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants