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