diff options
author | 0ip <me@factor.cc> | 2013-02-09 21:22:23 +0100 |
---|---|---|
committer | 0ip <me@factor.cc> | 2013-02-09 21:22:23 +0100 |
commit | 8fb8f0d3b6ee310dada34bc957e019e5f48f9629 (patch) | |
tree | c68c4ef6eba30a0d924b29246dc0363cb51995e8 /src/static/css/admin.css | |
parent | 40734e677616a18cc9bc126755822fe7d1be6b9b (diff) | |
download | etherpad-lite-8fb8f0d3b6ee310dada34bc957e019e5f48f9629.zip |
Change settings layout
Diffstat (limited to 'src/static/css/admin.css')
-rw-r--r-- | src/static/css/admin.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/static/css/admin.css b/src/static/css/admin.css index 33ec5710..f60548fc 100644 --- a/src/static/css/admin.css +++ b/src/static/css/admin.css @@ -146,6 +146,11 @@ a:focus, a:hover { border-bottom: #333333 1px solid;
}
+pre {
+ white-space: pre-wrap;
+ word-wrap: break-word;
+}
+
@media (max-width: 720px) {
div.innerwrapper {
padding: 0 15px 15px 15px;
|