Blame view
sources/apps/documents/src/patches/keepBodyStyle.patch
310 Bytes
|
d1bafeea1
|
1 2 3 4 5 6 7 8 9 10 |
diff --git a/css/3rdparty/webodf/editor.css b/css/3rdparty/webodf/editor.css
index 42f64a1..23f86ee 100644
--- a/css/3rdparty/webodf/editor.css
+++ b/css/3rdparty/webodf/editor.css
@@ -1,4 +1,4 @@
-html, body, #mainContainer {
+body.claro, #mainContainer {
width: 100%;
height: 100%;
margin: 0;
|