Fine tune result grid column sizing now we don't have checkboxes.

This commit is contained in:
Surinder Kumar
2017-06-09 09:24:20 +01:00
committed by Dave Page
parent ee4a847784
commit 49976b1934
2 changed files with 6 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ define(['jquery'],
$('body').append(
'<span id="pg_text" style="visibility: hidden;">'+ text + '</span>'
);
var width = $('#pg_text').width() + 30;
var width = $('#pg_text').width() + 23;
$('#pg_text').remove(); // remove element
return width;