This is what happens when you narrow the screen on your example:  I was able to fix it with this: ``` .shell { display: inline-block; } ``` And tweaking the absolute positioning of the span. `top: 5px;`
This is what happens when you narrow the screen on your example:

I was able to fix it with this:
And tweaking the absolute positioning of the span.
top: 5px;