This commit is contained in:
j 2021-02-18 18:03:40 +01:00
parent 98199702a7
commit 62be5f1ad3

View file

@ -261,6 +261,9 @@ pandora.ui.documentInfoView = function(data, isMixed) {
value: entity.description || '' value: entity.description || ''
}) })
.css(css) .css(css)
.css({
'text-align': ''
})
.bindEvent({ .bindEvent({
doubleclick: function(event) { doubleclick: function(event) {
if (!canEdit) { if (!canEdit) {