summaryrefslogtreecommitdiffstats
path: root/core/css/mobile.css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-04-16 15:31:15 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-04-16 15:31:15 +0200
commit7110ecbf06e18ad98d40acb2c762f9f520dec430 (patch)
tree9799cda19b013376b5d385e64ab18de395b45bfc /core/css/mobile.css
parent23f2c48a43b2bc96370ec6b6411e6a86f705d12f (diff)
downloadnextcloud-server-7110ecbf06e18ad98d40acb2c762f9f520dec430.tar.gz
nextcloud-server-7110ecbf06e18ad98d40acb2c762f9f520dec430.zip
fix error display on smaller screens, fix #8090
Diffstat (limited to 'core/css/mobile.css')
-rw-r--r--core/css/mobile.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css
index 821da619295..079fd2c017c 100644
--- a/core/css/mobile.css
+++ b/core/css/mobile.css
@@ -103,4 +103,12 @@
}
+/* fix error display on smaller screens */
+.error-wide {
+ width: 100%;
+ margin-left: 0 !important;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+}
+
}