Skip to content

Commit

Permalink
render dataviewer cells with block elements
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcphers committed Feb 27, 2020
1 parent 2a22833 commit 9e4261f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cpp/session/resources/grid/dtviewer.js
Expand Up @@ -3,7 +3,7 @@
/*
* dtviewer.js
*
* Copyright (C) 2009-19 by RStudio, PBC
* Copyright (C) 2009-20 by RStudio, PBC
*
* Unless you have received this program directly from RStudio pursuant
* to the terms of a commercial license agreement with RStudio, then
Expand Down Expand Up @@ -279,7 +279,7 @@ var renderCellClass = function (data, type, row, meta, clazz) {
title = data;

// produce tag
return createTag('span', contents, {
return createTag('div', contents, {
'class': classes,
'title': title
});
Expand Down

0 comments on commit 9e4261f

Please sign in to comment.