Skip to content

Commit

Permalink
Merge pull request #117 from rakyi/fix-feedback-bar
Browse files Browse the repository at this point in the history
Fix feedback bar wrapping
  • Loading branch information
jsuchal authored Feb 8, 2020
2 parents 53da72a + 57324cb commit 9e22720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/_custom/feedbackbar/template.njk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="sdn-feedbackbar__useful">
<div id="sdn-feedbackbar-useful">
<span class="sdn-feedbackbar__useful-question">Boli tieto informácie pre vás užitočné?</span>
<span>
<span class="govuk-!-display-inline-block">
<span class="sdn-feedbackbar__yes" data-module="sdn-appear-link" data-appear="sdn-feedbackbar-thanks" data-disappear="sdn-feedbackbar-useful">
<a href="#" class="sdn-feedbackbar__link">Áno</a>
</span>
Expand Down Expand Up @@ -40,4 +40,4 @@
</div>
</div>
</div>
</div>
</div>

0 comments on commit 9e22720

Please sign in to comment.