Fixes #3274 - Button link attribute too wide (ticket articles)
This commit is contained in:
parent
1e9cec8827
commit
057f08f4e7
2 changed files with 8 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
<div class="article-content article-actions horizontal stretch">
|
||||
<div class="article-content article-actions horizontal">
|
||||
<% for action in @actions: %>
|
||||
<a href="<%= action.href %>" data-type="<%= action.type %>" class="article-action js-ArticleAction u-clickable<% if action.class: %> <%= action.class %><% end %>">
|
||||
<%- @Icon(action.icon, 'article-action-icon') %><span class="article-action-name"><%- @T(action.name) %></span>
|
||||
</a>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -5687,6 +5687,10 @@ footer {
|
|||
position: relative;
|
||||
z-index: 1;
|
||||
padding: 0 55px;
|
||||
|
||||
&.article-actions {
|
||||
justify-content: space-around;
|
||||
}
|
||||
}
|
||||
|
||||
.article-content-meta {
|
||||
|
@ -5968,11 +5972,11 @@ footer {
|
|||
}
|
||||
|
||||
.ticket-article-item .task-subline {
|
||||
margin-top: 12px;
|
||||
margin-top: 7px;
|
||||
}
|
||||
|
||||
.article-action {
|
||||
padding-top: 5px;
|
||||
padding: 5px 16px 5px 16px;
|
||||
margin-top: 5px;
|
||||
color: hsl(198,4%,56%);
|
||||
font-size: 12px;
|
||||
|
|
Loading…
Reference in a new issue