diff --git a/css/ebi-css-build/_ebi_table_styles.scss b/css/ebi-css-build/_ebi_table_styles.scss index 15037dbbb3e7fa4511f9260d73a483c914c8e784..2b472b9a4ab1b5357d98a7288270b74812ed02c4 100644 --- a/css/ebi-css-build/_ebi_table_styles.scss +++ b/css/ebi-css-build/_ebi_table_styles.scss @@ -54,7 +54,7 @@ table.width-auto { width: auto; } /* some images should be stretched, such as sparkline-style gifs */ table.data-table img, - img.stretch { height: inherit; } + img.stretch { height: inherit; max-width: none;} /* align table cell text to top */ table.data-table th, table.data-table td,