make long strings wrap, so they don’t bleed outside bounds

This commit is contained in:
Ben Wheeler 2019-08-27 15:21:31 -04:00
parent b0bc59f9bd
commit 606421615a

View file

@ -7,6 +7,7 @@
display: flex;
justify-content: space-between;
flex-direction: column;
overflow-wrap: break-word;
}
.join-flow-inner-content {