|
@ -160,7 +160,12 @@ body::-webkit-scrollbar { |
|
|
|
|
|
|
|
|
.name > .content > .innerContentContainer { |
|
|
.name > .content > .innerContentContainer { |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
text-overflow: ellipsis; |
|
|
overflow-x: scroll; |
|
|
|
|
|
white-space: nowrap; |
|
|
|
|
|
text-overflow: unset; |
|
|
|
|
|
} |
|
|
|
|
|
.name > .content > .innerContentContainer::-webkit-scrollbar { |
|
|
|
|
|
display: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.link, |
|
|
.link, |
|
@ -640,3 +645,5 @@ body::-webkit-scrollbar { |
|
|
font-size: 16px; |
|
|
font-size: 16px; |
|
|
margin-left: 4px; |
|
|
margin-left: 4px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|