force wrap long server urls (#1197)

This commit is contained in:
Dean Whillier 2020-02-18 17:18:40 -05:00 committed by GitHub
parent 20b555631d
commit 18d3ebdb53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,10 @@
transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.TeamListItem p {
overflow-wrap: break-word;
}
.checkbox > label {
width: 100%;
}