Skip to content

Commit

Permalink
Fixes #5000 - Ticket templates creation interface is broken if a Tick…
Browse files Browse the repository at this point in the history
…et...
  • Loading branch information
mantas committed May 3, 2024
1 parent 86c0f00 commit 50ac9d1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
Expand Up @@ -3,7 +3,7 @@
<div class="draggable"><%- @Icon('draggable') %></div>
<% end %>
<div class="horizontal-filter-body">
<div class="controls">
<div class="controls horizontal-filter-attribute">
<div class="u-positionOrigin js-attributeSelector">
<%- @Icon('arrow-down', 'dropdown-arrow') %>
</div>
Expand Down
@@ -1,6 +1,6 @@
<div class="horizontal-filter js-filterElement">
<div class="horizontal-filter-body">
<div class="controls flex-no-shrink">
<div class="controls flex-no-shrink horizontal-filter-attribute">
<div class="u-positionOrigin js-attributeSelector">
<%- @Icon('arrow-down', 'dropdown-arrow') %>
</div>
Expand Down
8 changes: 8 additions & 0 deletions app/assets/stylesheets/zammad.scss
Expand Up @@ -10781,6 +10781,14 @@ label + .wizard-buttonList {
border-top: none;
}

&-attribute {
max-width: 250px;

.modal--veryLarge & {
max-width: 400px;
}
}

select,
input {
border-color: var(--border-alt);
Expand Down

0 comments on commit 50ac9d1

Please sign in to comment.