forked from GithubBackups/healthchecks
7 lines
124 B
CSS
7 lines
124 B
CSS
.results .field-value {
|
|
max-width: 400px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
|
|
} |