Fix VersionSelector search bar container padding to match other pages

This commit is contained in:
Ryderjj89
2025-09-29 10:13:24 -04:00
parent e1591db9db
commit 01291fd859

View File

@@ -10,7 +10,7 @@ const VersionSelector: React.FC<VersionSelectorProps> = ({ onVersionSelect, onSe
return ( return (
<div> <div>
{/* Search Bar */} {/* Search Bar */}
<div className="flex justify-center mb-4 px-4 sm:px-6 lg:px-8"> <div className="flex justify-center mb-4">
<div className="w-full max-w-md relative"> <div className="w-full max-w-md relative">
<input <input
type="text" type="text"