From 400949ce41a382807e284aec0e3f98601f0421b8 Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 29 Dec 2014 12:42:52 -0500 Subject: [PATCH] Fix #1510 image display inside ui table --- src/definitions/collections/table.less | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/definitions/collections/table.less b/src/definitions/collections/table.less index e72747807..2fb095d6b 100755 --- a/src/definitions/collections/table.less +++ b/src/definitions/collections/table.less @@ -211,6 +211,19 @@ } +/******************************* + Coupling +*******************************/ + +/* UI Image */ +.ui.table th .image, +.ui.table th .image img, +.ui.table td .image, +.ui.table td .image img { + max-width: none; +} + + /******************************* Types *******************************/