Truncate name of current event

This commit is contained in:
Raphael Michel
2017-06-05 17:51:21 +02:00
parent e89e3d2e1b
commit c7022bd285
2 changed files with 11 additions and 1 deletions

View File

@@ -288,3 +288,12 @@ body.loading #wrapper {
.colorpicker-2x .colorpicker-color div {
height: 30px;
}
.event-name {
display: inline-block;
max-width: 150px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: bottom;
}