Skip to content

Commit

Permalink
Merge pull request #279 from ELIXIR-Belgium/fix-aff-wrap
Browse files Browse the repository at this point in the history
Bugfix: Make sure affiliations inside section navigation tiles wrap in mobile
  • Loading branch information
bedroesb authored Aug 23, 2024
2 parents 38d96f9 + 9fc7e12 commit 82d893c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/section-navigation-tiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
{%- if current_page.affiliations %}
{%- assign alllogos = site.data.affiliations %}
{%- assign allcountries = site.data.countries %}
<div class="d-flex align-items-center gap-2">
<div class="d-flex align-items-center flex-wrap gap-2">
<span><b><small>Affiliations:</small></b></span>
{%- for affiliation in current_page.affiliations %}
{%- assign filter_affiliation = alllogos | where: "name", affiliation | first %}
Expand Down

0 comments on commit 82d893c

Please sign in to comment.