healthchecks_healthchecks/static/css/admin/notifications.css
2022-04-09 17:16:10 +03:00

15 lines
331 B
CSS

.field-channel_value div {
font-family: "Lucida Console", Monaco, monospace;
font-size: 12px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 300px;
}
.field-formatted_owner div {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 200px;
}