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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
146 B
SCSS
Raw Normal View History

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