From e338eb09636536bea98e4034481ef723ece42fe9 Mon Sep 17 00:00:00 2001 From: Pawel Kowalczyk Date: Thu, 6 Sep 2018 15:47:47 +0200 Subject: [PATCH] tooltips + data-table-width-small-fix Feature #14178 Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk --- src/components/data-table/data-table.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/data-table/data-table.tsx b/src/components/data-table/data-table.tsx index 0b3819ac80..65531a5b55 100644 --- a/src/components/data-table/data-table.tsx +++ b/src/components/data-table/data-table.tsx @@ -31,6 +31,7 @@ const styles: StyleRulesCallback = (theme: Theme) => ({ }, content: { display: 'inline-block', + width: '100%' }, tableBody: { background: theme.palette.background.paper -- 2.30.2