little problem with grid

Codepen: https://codepen.io/rwxganta/pen/bGOBPzd Hi, ya'll o/ So, I'm doing this TODO list project and I have this Idea where the description break into new lines and goes down in case it's too big. My problem is that the text starts overflow the parent. I'm learn grid and have no idea where I did it wrong. Please help šŸ™‚
Ganta
CodePen
TODO
...
No description
No description
10 Replies
b1mind
b1mindā€¢9mo ago
You don't want to be using a h2. for one its a semantic element and should only be used in teh correct context (not for its size of font) That might not be your direct issue though but sticks out to me right away.
Matt
Mattā€¢9mo ago
What's the end product suppose to look like?
b1mind
b1mindā€¢9mo ago
The direct issue honestly is just cause you don't have a space in the llllllllllllllllllllll Unless you think you are going to have a single word that is that long... llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllle that is going to prevent the word break as its just one long word
b1mind
b1mindā€¢9mo ago
No description
b1mind
b1mindā€¢9mo ago
I zoomed in ofc
Luka
Lukaā€¢9mo ago
omg I so dummy. kkkkkkkkkkkk I never really try putting real text on it. The trash test did me wrong.
No description
b1mind
b1mindā€¢9mo ago
Happens to the best of us xD
Luka
Lukaā€¢9mo ago
Thank you guys and i'm sorry kkk
b1mind
b1mindā€¢9mo ago
no reason to be sorry we all learn šŸ˜„
jasonbingham
jasonbinghamā€¢9mo ago
Also, to make it easier to produce the dummy text you can just type lorem + the number of words you want (e.g. type "lorem25", hit enter, and it will give you a 25 word string of dummy text)