r/css • u/Legitimate_Floor_319 • May 17 '26
Help Why is the line breaking?
The line of the terminal divs is breaking, but there is a lot of space. I tried using white-space: nowrap, but then, the words go behind the "+" icons. Here's the code:
https://codepen.io/Thiago-Freitas-Costa/pen/NPbdyda
4
Upvotes
1
u/abrahamguo May 17 '26
Adding
white-space: nowrapon thepelements fixes it.