mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-07 20:41:22 -06:00
8 lines
65 B
CSS
8 lines
65 B
CSS
/*
|
|
expect:
|
|
text-overflow: 1
|
|
*/
|
|
h1 {
|
|
text-overflow: ellipsis;
|
|
}
|