mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Truncate name of current event
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user