Skip to content

Commit 3cfe295

Browse files
Commit 1 (calcom#28011)
Co-authored-by: Romit <85230081+romitg2@users.noreply.github.com>
1 parent 20dcef6 commit 3cfe295

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/app/(use-page-wrapper)/settings/(settings-layout)/SettingsLayoutAppDirClient.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ const SettingsSidebarContainer = ({
824824
href={child.href || "/"}
825825
trackingMetadata={child.trackingMetadata}
826826
textClassNames="text-emphasis font-medium text-sm"
827-
className={`px-2! py-1! min-h-7 h-auto w-fit ${
827+
className={`px-2! py-1! min-h-7 h-auto w-full ${
828828
tab.children && index === tab.children?.length - 1 && "mb-3!"
829829
}`}
830830
disableChevron

0 commit comments

Comments
 (0)