diff --git a/CHANGELOG.md b/CHANGELOG.md
index ce30d1e..5ab1897 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,7 @@
- Added an `/admin/api/info` route that can expose sensitive information if `server.info_secret` is set in the configuration (closes [#324](https://github.com/tale/headplane/issues/324)).
- Correctly apply Gravatar profile pictures on the user page if applicable (closes [#405](https://github.com/tale/headplane/issues/405)).
- Machine key registration no longer works if the key isn't 24 characters long (closes [#415](https://github.com/tale/headplane/issues/415)).
+- Fixed some mobile CSS issues across the application (closes [#401](https://github.com/tale/headplane/issues/401)).
---
# 0.6.1 (October 12, 2025)
diff --git a/app/components/Tabs.tsx b/app/components/Tabs.tsx
index d135d09..710a419 100644
--- a/app/components/Tabs.tsx
+++ b/app/components/Tabs.tsx
@@ -23,15 +23,15 @@ function Tabs({ label, className, ...props }: TabsProps) {
{[...state.collection].map((item) => (
-
+
))}
@@ -52,7 +52,6 @@ function Tab({ item, state }: TabsTabProps) {
return (