mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fine tune result grid column sizing now we don't have checkboxes.
This commit is contained in:
committed by
Dave Page
parent
ee4a847784
commit
49976b1934
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user