summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
authorSimon Rettberg2016-05-11 19:00:30 +0200
committerSimon Rettberg2016-05-11 19:00:30 +0200
commit1cc1c2ed092c46eb35893c1d85accb24cf43d7f9 (patch)
tree95c1302f4a1ae441e174a1dca64133e2873f8297 /style
parentAdd PhpStorm prefs (diff)
downloadslx-admin-1cc1c2ed092c46eb35893c1d85accb24cf43d7f9.tar.gz
slx-admin-1cc1c2ed092c46eb35893c1d85accb24cf43d7f9.tar.xz
slx-admin-1cc1c2ed092c46eb35893c1d85accb24cf43d7f9.zip
Still working in modularization cleanup and refinement
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
*/