main
css 6 lines 104 Bytes
Raw
1 .Source {
2 color: var(--color-dim);
3 margin-left: 1rem;
4 overflow: auto;
5 text-overflow: ellipsis;
6 }