{menuItems.map((item) => (
@@ -50,7 +50,7 @@ const SettingsMenu: React.FC = ({ isOpen, onClose, onSelectSe
e.stopPropagation();
onSelectSection(item.id);
}}
- className="w-full flex items-center gap-2.5 px-2.5 py-2 text-xs text-white/80 hover:text-white hover:bg-white/10 rounded-lg transition-colors group"
+ className="w-full flex items-center gap-2.5 px-2.5 py-2 text-xs text-white/80 hover:text-white hover:bg-white/10 rounded-lg transition-colors group whitespace-nowrap"
>
{item.icon}