Files
nvatom/stylesheets/notational-velocity.less
T

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;
}
}