From 347a5e1d714385fda7570796b195ae392a10e449 Mon Sep 17 00:00:00 2001 From: carbon-bot Date: Fri, 6 Dec 2019 23:27:33 +0000 Subject: [PATCH] chore(project): sync generated files --- packages/components/docs/sass.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/components/docs/sass.md b/packages/components/docs/sass.md index 1c9916dcbed3..8b0fd58f9746 100644 --- a/packages/components/docs/sass.md +++ b/packages/components/docs/sass.md @@ -14711,7 +14711,8 @@ Data table core styles } .#{$prefix}--data-table th:last-of-type { - position: relative; + // Do not use `position: relative`, as its behavior is undefined for many table elements: https://www.w3.org/TR/CSS21/visuren.html#propdef-position + position: static; width: auto; } @@ -14858,7 +14859,8 @@ Data table core styles } .#{$prefix}--data-table th.#{$prefix}--table-column-checkbox { - position: relative; + // Do not use `position: relative`, as its behavior is undefined for many table elements: https://www.w3.org/TR/CSS21/visuren.html#propdef-position + position: static; background: $ui-03; padding: rem(12px) $spacing-03 0 $spacing-05; width: rem(