10 lines
128 B
CSS
10 lines
128 B
CSS
.content-shrink-wrap {
|
|
overflow : hidden;
|
|
text-overflow: ellipsis;
|
|
height : 800px;
|
|
}
|
|
|
|
.expand-prompt {
|
|
margin-top : 16px;
|
|
}
|