diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-04-16 15:31:15 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-04-16 15:31:15 +0200 |
commit | 7110ecbf06e18ad98d40acb2c762f9f520dec430 (patch) | |
tree | 9799cda19b013376b5d385e64ab18de395b45bfc /core/css/mobile.css | |
parent | 23f2c48a43b2bc96370ec6b6411e6a86f705d12f (diff) | |
download | nextcloud-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.css | 8 |
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; +} + } |