From 6912d14fe4222afe3468df846487b922741ac16b Mon Sep 17 00:00:00 2001 From: Brian Hann Date: Wed, 23 Apr 2014 16:45:29 -0500 Subject: [PATCH] fix(column-resizing): 100% width/height not needed on ui-grid-cell-contents, just ui-grid-inner-cell-contents --- src/less/cell.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/less/cell.less b/src/less/cell.less index ef884cb61b..ba7a7da561 100644 --- a/src/less/cell.less +++ b/src/less/cell.less @@ -21,8 +21,8 @@ -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; - height:100%; - width:100%; + // height:100%; + // width:100%; } .ui-grid-cell-contents-hidden {