13 lines
174 B
CSS
13 lines
174 B
CSS
|
.hide-on-overflow {
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
}
|
||
|
|
||
|
.no-wrap {
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
|
||
|
.event-category {
|
||
|
border-radius: 4px;
|
||
|
padding: 5px;
|
||
|
}
|