diff --git a/webadmin/src/js/index.js b/webadmin/src/js/index.js index 193ca1e9f..7f20f527f 100644 --- a/webadmin/src/js/index.js +++ b/webadmin/src/js/index.js @@ -470,8 +470,8 @@ app.directive('tagInput', function () { app.config(['fitTextConfigProvider', function (fitTextConfigProvider) { fitTextConfigProvider.config = { - loadDelay: 100, - compressor: 1, + loadDelay: 250, + compressor: 0.8, min: 8, max: 24 }; diff --git a/webadmin/src/theme.scss b/webadmin/src/theme.scss index 9dafdc07f..7b63cc75b 100644 --- a/webadmin/src/theme.scss +++ b/webadmin/src/theme.scss @@ -191,7 +191,6 @@ h1, h2, h3 { } .grid-item-top-title { - text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size: 24px;