Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2018-01-31 15:25:33 +0300
committerAndras Timar <andras.timar@collabora.com>2018-01-31 15:25:33 +0300
commita08c0b7a5e0478e4b0e68694ca7d73f23a954e33 (patch)
tree1df18bc232828df242ea54097f4fb7acaf939c45 /css
parentfec3a739436afb8bae63f69360eb8da304423d05 (diff)
Add support for adding canonical webroot (#157)
See https://github.com/owncloud/richdocuments/commit/cc42c7f46c273f74c24e27c8fb17be73245538a6 for details
Diffstat (limited to 'css')
-rw-r--r--css/admin.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/css/admin.css b/css/admin.css
index 3a961eca..6a5d4af2 100644
--- a/css/admin.css
+++ b/css/admin.css
@@ -1,3 +1,6 @@
+.rd-settings-documentation {
+ max-width: 50em;
+};
#richdocuments h2 {
display: inline-block;
-}
+} \ No newline at end of file