Commit fc7d8b41 authored by Harumi Jang's avatar Harumi Jang 🤠 Committed by Chris Wells
Browse files

Issue #3282681 by hooroomoo, narendraR, chrisfromredfin: Skips heading level (h6 on XXX results)

parent b26b6108
Loading
Loading
Loading
Loading
+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+3 −3
Original line number Diff line number Diff line
@@ -276,10 +276,10 @@
    class="grid-container views-exposed-form__item js-form-item form-item js-form-type-select form-type--select js-form-item-type form-item--type"
  >
    <div class="grid--1">
      <h6>
      <output>
        {$rowsCount.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',')}
        {Drupal.t('Results')}
      </h6>
      </output>
      {#await apiDevelopmentStatus then data}
        {#each $filters.developmentStatus as status}
          <FilterApplied
@@ -475,7 +475,7 @@
    padding-left: 25px;
  }

  h6 {
  output {
    display: inline-block;
    font-family: sans-serif;
    font-style: normal;