I have a table cell with box-sizing: border-box, which means that when I specify width: 100px it INCLUDES any borders. I have this cell with a set width of 16px and border-box. Still, the element renders as 26px wide. https://i.gyazo.com/e35d849169ecfa59ba2f548e28033c52.png
What am I missing/overlooking?