diff --git a/WordPress/Classes/ViewRelated/CustomPostTypes/CustomPostTabView.swift b/WordPress/Classes/ViewRelated/CustomPostTypes/CustomPostTabView.swift index 0ddd66a2afc4..1c21c9ab2c3c 100644 --- a/WordPress/Classes/ViewRelated/CustomPostTypes/CustomPostTabView.swift +++ b/WordPress/Classes/ViewRelated/CustomPostTypes/CustomPostTabView.swift @@ -152,6 +152,7 @@ struct CustomPostTabView: View { .padding(.vertical, 2) .background(AppColor.primary) .clipShape(Capsule()) + .fixedSize(horizontal: true, vertical: false) } .accessibilityElement(children: .combine) }