Forums
(@motaa)
9 years, 11 months ago
I figured it out… It was the “display” CSS property. I changed it to display: block; instead of display: table-cell; and all looked just like before.
display: block;
display: table-cell;