mirror of
https://github.com/discourse/discourse.git
synced 2024-12-12 11:33:44 +08: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;
|
|
}
|
|
}
|
|
}
|