Give the domain name a bit more space

Fixes #340
This commit is contained in:
Johannes Zellner
2017-06-01 15:30:13 +02:00
parent 0250e1ea59
commit d1bfa4875a
3 changed files with 14 additions and 4 deletions

View File

@@ -471,7 +471,7 @@ app.directive('tagInput', function () {
app.config(['fitTextConfigProvider', function (fitTextConfigProvider) {
fitTextConfigProvider.config = {
loadDelay: 250,
compressor: 0.8,
compressor: 0.9,
min: 8,
max: 24
};