teachable-design-system 0.5.2 → 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -1480,7 +1480,7 @@ const getCellBackgroundColor = (params) => {
1480
1480
  // ============================================
1481
1481
  const TableOuterWrapper = styled.div `
1482
1482
  position: relative;
1483
- display: inline-block;
1483
+ display: block;
1484
1484
  outline: none;
1485
1485
 
1486
1486
  &:focus {