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

View File

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