Fix header width

This commit is contained in:
Andy Smith
2025-05-13 15:54:05 -05:00
parent 6eb5ae3e95
commit 23a655130e
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -157,6 +157,8 @@
}
.events__index-header {
min-inline-size: 0;
h2 {
font-weight: 900;
}
+1 -1
View File
@@ -5,7 +5,7 @@
<div class="btn btn--circle btn--placeholder flex-item-justify-start"></div>
<div class="events__index-header flex-inline flex-column center gap-half margin-block-end-double txt-align-center">
<h2 class="txt-large center overflow-ellipsis"><%= Account.sole.name %> / Latest activity</h2>
<h2 class="txt-large center overflow-ellipsis max-width"><%= Account.sole.name %> / Latest activity</h2>
<%= render "events/filter", filter: @filter %>
</div>