summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
Diffstat (limited to 'style')
-rw-r--r--style/default.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/style/default.css b/style/default.css
index 12c67918..74997381 100644
--- a/style/default.css
+++ b/style/default.css
@@ -257,12 +257,16 @@ input[readonly] {
margin: 3px;
}
-.slx-textpreview {
+.slx-textpreview, .slx-textpreview-200 {
max-height: 60px;
overflow-y: auto;
overflow-x: hidden;
}
+.slx-textpreview-200 {
+ max-height: 200px;
+}
+
/*
* Sidebar
*/