yourhead / s3

public info about s3
8 stars 7 forks source link

long uninterrupted words in code blocks cause excessive horizontal expansion. #757

Open yourhead opened 7 years ago

yourhead commented 7 years ago

it's not obvious what the exact solution is here. forcing a character wrap would have obvious negative implications. and forcing a max width is probably a no-go.

i think some tinkering with the more exotic wrap settings is in order

vital-tech-results commented 7 years ago

just wanted to add another scenario. Using foundation I have site styles in a partial. I add SEO helper (foundation stack) to the same partial. Everything is fine (no need to scroll left or right to view content) until I add a long URL for the logo image. This is added in the info panel (not directly in the stack). The long URL breaks the view and the user has to scroll left/right to view content.

yourhead commented 5 years ago

see: https://github.com/yourhead/s4/issues/33