Wrap assignment URLs to prevent the user not seeing the full path. Fixes #438
This commit is contained in:
parent
856cc452fb
commit
53c1b07d57
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ html {
|
||||||
#redirect-url,
|
#redirect-url,
|
||||||
#redirect-origin {
|
#redirect-origin {
|
||||||
font-weight: bold;
|
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 {
|
dfn {
|
||||||
|
|
Loading…
Add table
Reference in a new issue