mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -05:00
make long strings wrap, so they don’t bleed outside bounds
This commit is contained in:
parent
b0bc59f9bd
commit
606421615a
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.join-flow-inner-content {
|
.join-flow-inner-content {
|
||||||
|
|
Loading…
Reference in a new issue