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

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