Fix VersionSelector search bar container padding to match other pages
This commit is contained in:
@@ -10,7 +10,7 @@ const VersionSelector: React.FC<VersionSelectorProps> = ({ onVersionSelect, onSe
|
||||
return (
|
||||
<div>
|
||||
{/* 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">
|
||||
<input
|
||||
type="text"
|
||||
|
||||
Reference in New Issue
Block a user