box-sizing is a CSS property that allows us to control how the width and height of an element are calculated. Typically, we want to apply this setting to every element on the page, so we use the * ...
.spectrum-Calendar-tableCell { text-align: center; padding: 0; position: relative; box-sizing: content-box; height: 32px; width: 32px; padding: 4px; } I always have ...