algolia / hn-search

Hacker News Search
http://hn.algolia.com
Other
550 stars 74 forks source link

Website CSS issue when HN post contains preformatted code #226

Open hongshaoyang opened 2 years ago

hongshaoyang commented 2 years ago
  1. Search for this story Show HN: HN Avatars in 357 bytes on HN search desktop using Firefox
  2. Scroll to the right
  3. Preformatted code doesn't wrap properly: Screenshot 2022-03-20 at 12 46 57 PM

suggested solution

.Story_data {
  flex: auto;
  max-width: 50%;
}

code, pre {
  overflow: scroll;
}

.experimental .Story_share {
  /* flex: 1 1; */
  flex: 140px;
}