Cleanup unused classes

This commit is contained in:
Andy Smith
2026-02-20 11:09:15 -06:00
parent f835c211af
commit 17d869cf08
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<section class="settings__section settings__section--users">
<section class="settings__section">
<header>
<h2 class="divider">People on this account</h2>
</header>
@@ -6,7 +6,7 @@
<section class="settings margin-block-start-half">
<div class="settings__panel settings__panel--users panel shadow">
<section class="settings__section settings__section--users">
<section class="settings__section">
<h2 class="divider">Boards</h2>
<div class="settings__scrollable-list flex flex-column gap-half">
<%= render partial: "notifications/settings/board", collection: @boards, locals: { user: Current.user } %>