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:
authorMorris Jobke <morris.jobke@gmail.com>2013-11-30 16:09:12 +0400
committerMorris Jobke <morris.jobke@gmail.com>2013-12-02 13:20:53 +0400
commitbd85a56baa7cdf7e7d8d50eb7b0b9160fdbb53a4 (patch)
tree921a0b03ad318f28ac431fdb99b134787b076977 /css
parent1af4727334e5f22f9c870247b5f9ee5eeb769bd4 (diff)
fix text editor in firefox at startup
Diffstat (limited to 'css')
-rw-r--r--css/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index c3ddc18..5afa94b 100644
--- a/css/style.css
+++ b/css/style.css
@@ -21,6 +21,7 @@
padding-top: 44px;
height: 100%;
width: 100%;
+ -moz-box-sizing: border-box;
box-sizing: border-box;
}