Improve the domain name fitting
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
@@ -191,7 +191,6 @@ h1, h2, h3 {
|
||||
}
|
||||
|
||||
.grid-item-top-title {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
font-size: 24px;
|
||||
|
||||
Reference in New Issue
Block a user