I am trying to add a width to a div, but I seem to be running into a problem because it has no content.
div
Here is the CSS and HTML I have so far, but it is
I had the same issue. I wanted icons to appear by pressing the button but without any movement and sliding the enviroment, just like bulb: on and off, appeared and dissapeared, so I needed to make an empty div with fixed sizes.
width: 13px; min-width: 13px;
did the trick for me