lbry-desktop/src/renderer/scss/component/_channel-indicator.scss
2018-10-09 11:01:54 -04:00

6 lines
112 B
SCSS

.channel-name {
display: inline-flex;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}