summaryrefslogtreecommitdiff
path: root/plugins/shorten_expanded/init.css
blob: 5e1bfa8f3d88fdfa5223e1ba118487f62e7f3fa5 (plain)
1
2
3
4
5
6
7
8
9
div.contentSizeWrapper {
	overflow : hidden;
	text-overflow: ellipsis;
	height : 700px;
}

button.expandPrompt {
	margin-top : 20px;
}