diff options
-rw-r--r-- | apps/files_texteditor/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_texteditor/css/style.css b/apps/files_texteditor/css/style.css index e260ab0dd46..6a4392a08e9 100644 --- a/apps/files_texteditor/css/style.css +++ b/apps/files_texteditor/css/style.css @@ -5,7 +5,7 @@ left: 12.5em; } #editorwrapper{ - position: absoloute; + position: absolute; height: 0; width: 0; top: 41px; |