mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 01:39:19 +00:00
13 lines
185 B
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;
|
|
}
|
|
}
|
|
}
|