diff --git a/apps/web/src/components/SidebarV2.tsx b/apps/web/src/components/SidebarV2.tsx
index 8c5891ebe7e..4243f574e66 100644
--- a/apps/web/src/components/SidebarV2.tsx
+++ b/apps/web/src/components/SidebarV2.tsx
@@ -879,10 +879,10 @@ const SidebarV2Row = memo(function SidebarV2Row(props: {
) : (
)}
-
+
@@ -917,7 +917,7 @@ const SidebarV2Row = memo(function SidebarV2Row(props: {
{props.settlementSupported || showSnoozeButton ? (
diff --git a/apps/web/src/index.css b/apps/web/src/index.css
index 29dd99b8e6d..76fd89ffe15 100644
--- a/apps/web/src/index.css
+++ b/apps/web/src/index.css
@@ -251,7 +251,7 @@ html[data-mobile-composer-route-transition="true"]::view-transition-old(t3-mobil
}
@media (min-width: 48rem) {
- @container sidebar-header (min-width: 13.5rem) {
+ @container sidebar-header (min-width: 12.75rem) {
.sidebar-brand {
display: flex;
}