healthchecks/static/css/admin/channels.css
2016-08-01 16:28:38 +03:00

7 lines
115 B
CSS

.field-value {
max-width: 400px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}