@ons/design-system 45.1.1 → 45.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
<h{{ titleSize }} class="ons-summary__group-title">{{ group.groupTitle }}</h{{ titleSize }}>
|
|
22
22
|
{% endif %}
|
|
23
23
|
{% if group.headers is defined and group.headers and group.rows is defined and group.rows %}
|
|
24
|
-
<table class="ons-summary__items">
|
|
25
|
-
<thead
|
|
24
|
+
<table {% if group.id is defined and group.id %}id="{{ group.id }}" {% endif %} class="ons-summary__items">
|
|
25
|
+
<thead class="ons-u-vh">
|
|
26
26
|
<tr>
|
|
27
27
|
{% for header in group.headers %}
|
|
28
28
|
<th>{{ header }}</th>
|