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