We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed62918 commit 278968bCopy full SHA for 278968b
src/bundle/Resources/public/scss/_edit-header.scss
@@ -51,6 +51,7 @@
51
margin-bottom: calculateRem(4px);
52
overflow: hidden;
53
white-space: nowrap;
54
+ text-overflow: ellipsis;
55
}
56
57
&__after-title {
src/bundle/Resources/views/themes/admin/ui/edit_header.html.twig
@@ -38,12 +38,7 @@
38
</div>
39
<div class="ibexa-edit-header__container ibexa-edit-header__container--details">
40
<div class="ibexa-edit-header__title-section">
41
- <h1 class="ibexa-edit-header__title">
42
- {{ include('@ibexadesign/ui/component/middle_ellipsis/middle_ellipsis.html.twig', {
43
- name: title,
44
- }) }}
45
- </h1>
46
-
+ <h1 class="ibexa-edit-header__title">{{ title }}</h1>
47
<div class="ibexa-edit-header__after-title">
48
{% block after_title %}{% endblock %}
49
0 commit comments