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

9 lines
146 B
SCSS

.chat-channel-title {
max-width: 96%;
.direct-message-channels .chat-channel-row:hover & {
overflow: hidden;
max-width: unset;
}
}