From 4ca4d0b934b0ec6fe6925a549f805fb962b9a219 Mon Sep 17 00:00:00 2001 From: Dave Snider Date: Tue, 13 Feb 2018 08:58:36 -0800 Subject: [PATCH] table fixed for less problems --- src/components/table/_index.scss | 4 ---- src/components/table/_table.scss | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/table/_index.scss b/src/components/table/_index.scss index 94cb08200408..e2be7c709785 100644 --- a/src/components/table/_index.scss +++ b/src/components/table/_index.scss @@ -1,8 +1,4 @@ -/** - * 1. Prevent cells from expanding based on content size. This substitutes for table-layout: fixed. - */ @mixin euiTableCell { - max-width: 20px; /* 1 */ vertical-align: middle; } diff --git a/src/components/table/_table.scss b/src/components/table/_table.scss index 7975be9c18e5..db6ba6541745 100644 --- a/src/components/table/_table.scss +++ b/src/components/table/_table.scss @@ -6,6 +6,7 @@ @include euiFontSizeS; width: 100%; + table-layout: fixed; border: none; border-collapse: collapse; background-color: $euiColorEmptyShade;