<%- @T('Timezone') %>
<%= calendar.timezone %>
diff --git a/app/assets/stylesheets/zammad.css.scss b/app/assets/stylesheets/zammad.css.scss
index 6b53afc01..390353969 100644
--- a/app/assets/stylesheets/zammad.css.scss
+++ b/app/assets/stylesheets/zammad.css.scss
@@ -6158,6 +6158,10 @@ output {
display: flex;
flex-wrap: wrap;
+ &.action-flow--noWrap {
+ flex-wrap: nowrap;
+ }
+
&.action-flow--row {
flex-basis: 100%;
}
@@ -6204,6 +6208,17 @@ output {
color: hsl(0,0%,60%);
margin-top: 0;
}
+
+ .action-label {
+ margin-left: auto;
+ background: hsl(197,20%,93%);
+ border: 1px solid hsl(197,20%,88%);
+ align-self: flex-start;
+ padding: 5px 10px;
+ margin-right: -25px;
+ margin-top: -4px;
+ color: hsl(197,16%,65%);
+ }
.action-flow-icon {
align-self: center;