Commit 54e73d73 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Make sure long URLs and other strings wrap in version-info panel

Fixes #2851
parent 28b93663
......@@ -30,7 +30,7 @@
margin-left: 1em; // Space between key and value
flex-basis: 70%;
flex-grow: 1;
overflow-wrap: break-word; // Keep really long userids from overflowing
overflow-wrap: anywhere; // Keep long userids and urls from overflowing
}
}
}
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