From a79301e4696e5e6f38668ebc321d456765227949 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Mon, 28 Aug 2017 22:54:45 +0200 Subject: [PATCH] Ticket template: fix button alignment when the sidebar is small --- .../javascripts/app/views/widget/template.jst.eco | 12 ++++++++---- app/assets/stylesheets/zammad.scss | 4 ++++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/app/assets/javascripts/app/views/widget/template.jst.eco b/app/assets/javascripts/app/views/widget/template.jst.eco index e2cbc561a..85fef91e7 100644 --- a/app/assets/javascripts/app/views/widget/template.jst.eco +++ b/app/assets/javascripts/app/views/widget/template.jst.eco @@ -4,8 +4,10 @@
- - +
+ + +

@@ -13,8 +15,10 @@ - -
+
+ +
+
diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index f66d4c576..73acb3bd0 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -5879,6 +5879,10 @@ footer { padding-bottom: 14px; } +.templates-manage fieldset { + margin: 0; +} + .template-attributes { margin: 17px 0 19px; }