Affiliations spacing breaks on page refresh (Safari only)
eric-mitchell opened this issue · 0 comments
eric-mitchell commented
Thanks for a great theme! Wanted to share a small issue showing up on Safari as well as a workaround.
If you load the demo page on Safari, it renders correctly:
However, if I simply refresh the page, the layout gets broken:
This issue doesn't show up on Firefox or Chrome, as far as I can tell. As a workaround, I can add min-width: 1px;
to static/css/style.css
and this problem is fixed. However, I don't know anything about web development, so I'm not sure this is really a "correct" solution to this problem. Cheers!