discourse/plugins/chat/assets/stylesheets/desktop/chat-channel-title.scss

13 lines
185 B
SCSS

.channels-list {
.chat-channel-title {
max-width: 100%;
box-sizing: border-box;
}
.chat-channel-row:hover {
.chat-channel-title {
overflow: hidden;
}
}
}