Merge pull request #443 from jonathanKingston/assignment-text-wrap

Wrap assignment URLs to prevent the user not seeing the full path. Fi…
This commit is contained in:
luke crouch 2017-04-10 10:09:49 -05:00 committed by GitHub
commit e5c346b0c4

View file

@ -30,6 +30,10 @@ html {
#redirect-url,
#redirect-origin {
font-weight: bold;
/* max-inline-size is needed to force this text smaller than the layout at a mid-sized window */
max-inline-size: 40rem;
word-break: break-all;
}
dfn {