Commit 8a269ad0 authored by git's avatar git Committed by rembrandx
Browse files

Issue #3258398 by rubendello: Webform tooltips have no content

parent d551a1c2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -79,6 +79,7 @@
{%
  set description_classes = [
  'form__element__description',
  'description',
  description_display == 'invisible' ? 'visually-hidden',
]
%}
@@ -102,7 +103,7 @@
    {% endif %}

    {% if description_display == 'before' and description.content %}
      <div{{ description.attributes }}>
      <div{{ description.attributes.addClass(description_classes) }}>
        {{ description.content }}
      </div>
    {% endif %}