Wrap assignment URLs to prevent the user not seeing the full path. Fixes #438

This commit is contained in:
Jonathan Kingston 2017-04-10 14:07:49 +01:00
parent 856cc452fb
commit 53c1b07d57

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 {