Extra element affected flex layout

This commit is contained in:
Jason Zimdars
2025-04-26 18:52:02 -05:00
parent ab2e446c0e
commit d25ebe8030
+1 -1
View File
@@ -31,7 +31,7 @@
<section class="notificiations-list--read panel center borderless unpad flex-column gap-half margin-block-start">
<h2 class="txt-medium margin-block-start-double margin-block-end-half txt-uppercase translucent">Previously seen</h2>
<div id="notifications_list_read">
<div id="notifications_list_read" contents>
<%= render partial: "notifications/notification", collection: @page.records, cached: true %>
</div>
</section>