Skip to content

Commit

Permalink
Merge branch '5.4' into 6.0
Browse files Browse the repository at this point in the history
* 5.4:
  sync message serializer code for forward-compatibility
  skip a test if the mime type detection feature will not work
  minor #47751 Norgweiang translations (ibonkonesa)
  fix overflow issue in WebPprofiler Forms panel
  • Loading branch information
xabbuh committed Oct 2, 2022
2 parents b51acdc + e41ebd5 commit 1cb5000
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Resources/views/Collector/form.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@
cursor: pointer;
padding: 5px 7px 5px 22px;
position: relative;
overflow: hidden;
text-overflow: ellipsis;
}
.tree .toggle-button {
/* provide a bigger clickable area than just 10x10px */
Expand Down Expand Up @@ -449,7 +450,7 @@
{% import _self as tree %}
{% set has_error = data.errors is defined and data.errors|length > 0 %}
<li>
<div class="tree-inner" data-tab-target-id="{{ data.id }}-details">
<div class="tree-inner" data-tab-target-id="{{ data.id }}-details" title="{{ name|default('(no name)') }}">
{% if has_error %}
<div class="badge-error">{{ data.errors|length }}</div>
{% endif %}
Expand Down

0 comments on commit 1cb5000

Please sign in to comment.