Improve the domain name fitting

This commit is contained in:
Johannes Zellner
2017-06-01 15:16:38 +02:00
parent 924fb337e8
commit 0250e1ea59
2 changed files with 2 additions and 3 deletions

View File

@@ -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
};

View File

@@ -191,7 +191,6 @@ h1, h2, h3 {
}
.grid-item-top-title {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-size: 24px;