summaryrefslogtreecommitdiff
path: root/plugins/shorten_expanded/init.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-07 16:43:22 +0300
committerAndrew Dolgov <[email protected]>2015-07-07 16:43:22 +0300
commit0cf910991ef688a4bca76a056d44f11c828478d1 (patch)
tree574de2a6930c047fcee81430029cba863c6ce189 /plugins/shorten_expanded/init.css
parent9090b874abd254954a11d393a162bcf4ea7eb160 (diff)
shorten_expanded: shorten based on window height not preset value
Diffstat (limited to 'plugins/shorten_expanded/init.css')
-rw-r--r--plugins/shorten_expanded/init.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/shorten_expanded/init.css b/plugins/shorten_expanded/init.css
index 5e1bfa8f3..ed5116872 100644
--- a/plugins/shorten_expanded/init.css
+++ b/plugins/shorten_expanded/init.css
@@ -1,7 +1,7 @@
div.contentSizeWrapper {
overflow : hidden;
text-overflow: ellipsis;
- height : 700px;
+ /*height : 700px;*/
}
button.expandPrompt {