Unverified Commit 6ac738f7 authored by Benjamin Wheeler's avatar Benjamin Wheeler Committed by GitHub

Merge pull request #4179 from benjiwheeler/fix-remix-credit-wrap

add overflow settings to css for remix credit
parents 9090aab6 e46737cb
...@@ -444,6 +444,8 @@ $stage-width: 480px; ...@@ -444,6 +444,8 @@ $stage-width: 480px;
font-size: .875rem; font-size: .875rem;
flex-shrink: 1; flex-shrink: 1;
text-align: left; text-align: left;
overflow: auto;
overflow-wrap: break-word;
} }
.description-block { .description-block {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment