Skip to content
Snippets Groups Projects
Commit 18071efb authored by Olivier Goulet's avatar Olivier Goulet :palm_tree:
Browse files

Merge branch 'oliviergoulet/main/104' into 'main'

fix: match height race condition with data fetching

Closes #104

See merge request !130
parents b04a93a2 5d3ebd54
No related branches found
No related tags found
No related merge requests found
......@@ -15,12 +15,12 @@
<div class="container">
<div class="featured-events upcoming-events bg-secondary-dark dark">
<div class="row">
<div class="events-section-col col-md-12 match-height-item-by-row">
<div class="events-section-col col-md-12">
<h2 class="events-section-heading">Upcoming Events</h2>
</div>
<div class="events-section-col col-md-12">
<div class="events-list-custom match-height-item-by-row">
<div class="events-list-custom">
<div
id="event-list-container"
class="event-timeline event-timeline-right"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment