diff --git a/openid-connect-server/src/main/webapp/resources/js/admin.js b/openid-connect-server/src/main/webapp/resources/js/admin.js index acc152018..4bb1d6ecf 100644 --- a/openid-connect-server/src/main/webapp/resources/js/admin.js +++ b/openid-connect-server/src/main/webapp/resources/js/admin.js @@ -53,7 +53,7 @@ render:function () { this.$el.html(this.template(this.model.toJSON())); - if (this.model.get('item').length > 27) { + if (this.model.get('item').length > 30) { this.$el.tooltip({title:this.model.get('item')}); } return this; diff --git a/openid-connect-server/src/main/webapp/resources/template/admin.html b/openid-connect-server/src/main/webapp/resources/template/admin.html index a02bb30b7..937d28341 100644 --- a/openid-connect-server/src/main/webapp/resources/template/admin.html +++ b/openid-connect-server/src/main/webapp/resources/template/admin.html @@ -253,7 +253,7 @@