diff --git a/static/js/documentDialog.js b/static/js/documentDialog.js index 4cb8ad64e..603559560 100644 --- a/static/js/documentDialog.js +++ b/static/js/documentDialog.js @@ -144,7 +144,7 @@ pandora.ui.documentDialog = function(options) { }) .css({ position: 'absolute', - right: '4px', + right: '20px', top: '4px' }) [items.length > 1 ? 'show' : 'hide']()