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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorVincent Petry <PVince81@yahoo.fr>2015-09-23 11:33:37 +0300
committerVincent Petry <PVince81@yahoo.fr>2015-09-23 11:33:37 +0300
commitbdb5959a493fb5cbe94b7d4845c90684d6c75dbe (patch)
treede6159d5ab6a2411583ce56f3bd86abfa638c7de /css
parentc56a944c04926884ba18afa2e1333abf11d3bf44 (diff)
Properly namespace CSS to not break core styles
Diffstat (limited to 'css')
-rw-r--r--css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index d9ca5d4..ba7cbe2 100644
--- a/css/style.css
+++ b/css/style.css
@@ -89,7 +89,7 @@
padding-top: 91px; /** main navigation + controls */
}
-#preview {
+#editor_container #preview {
overflow: auto;
box-sizing: border-box;
padding: 15px;