Files
racalmas/website/agenda/planung/css/create-events.css
2023-03-26 12:48:13 +02:00

11 lines
161 B
CSS

@charset "UTF-8";
#content td.label {
max-width: none;
}
#content #seriesContainer {
max-width: 80ch;
overflow:clip;
text-overflow: ellipsis;
}