diff --git a/src/woly/atoms/table/index.tsx b/src/woly/atoms/table/index.tsx index 2dc7b2d9..6624e50a 100644 --- a/src/woly/atoms/table/index.tsx +++ b/src/woly/atoms/table/index.tsx @@ -32,6 +32,7 @@ export const Th = styled.th` align-items: center; box-sizing: border-box; max-width: var(--local-cell-max-width); + /* TODO: Replace with box [09.08.2020] */ padding: var(--local-vertical) var(--local-horizontal); color: var(--woly-canvas-text-disabled);