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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/style.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/style.scss b/css/style.scss
index df5b00c09..63ae1bf00 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -15,6 +15,10 @@
display: flex;
height: 100%;
flex-direction: column;
+
+ * {
+ box-sizing: border-box;
+ }
}
.ProseMirror {