Skip to content

Commit

Permalink
fix(column-resizing): 100% width/height not needed on ui-grid-cell-co…
Browse files Browse the repository at this point in the history
…ntents, just ui-grid-inner-cell-contents
  • Loading branch information
c0bra committed Apr 23, 2014
1 parent e097b9e commit 6912d14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/less/cell.less
Expand Up @@ -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 {
Expand Down

0 comments on commit 6912d14

Please sign in to comment.