From 648f46e3982914d7faa981e6f66637265be35c8e Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Tue, 26 May 2015 11:45:14 +0200 Subject: [PATCH] give the app a min-width of 1024px no more squashed dashboard! --- app/assets/stylesheets/zammad.css.scss | 6 ++++++ app/views/init/index.html.erb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zammad.css.scss b/app/assets/stylesheets/zammad.css.scss index 03babfe72..b898da534 100644 --- a/app/assets/stylesheets/zammad.css.scss +++ b/app/assets/stylesheets/zammad.css.scss @@ -43,6 +43,12 @@ blockquote { font-size: inherit; } +#app { + display: flex; + min-width: 1024px; + height: 100%; +} + .u-unclickable { pointer-events: none; } diff --git a/app/views/init/index.html.erb b/app/views/init/index.html.erb index aa003bb16..ba73f0ec0 100644 --- a/app/views/init/index.html.erb +++ b/app/views/init/index.html.erb @@ -1,7 +1,7 @@
<%= inline_svg('icons.svg') %>
-
+
\ No newline at end of file