mirror of
https://github.com/wassname/nvatom.git
synced 2026-08-20 12:30:42 +08:00
13 lines
316 B
Plaintext
13 lines
316 B
Plaintext
// The ui-variables file is provided by base themes provided by Atom.
|
|
//
|
|
// See https://github.com/atom/atom-dark-ui/blob/master/stylesheets/ui-variables.less
|
|
// for a full listing of what's available.
|
|
@import "ui-variables";
|
|
|
|
.notational-velocity {
|
|
li {
|
|
text-overflow: ellipsis;
|
|
overflow-x: hidden;
|
|
}
|
|
}
|