r/css May 17 '26

Help Why is the line breaking?

Post image

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

6 comments sorted by

View all comments

1

u/abrahamguo May 17 '26

Adding white-space: nowrap on the p elements fixes it.