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

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