Skip to content
Snippets Groups Projects
Unverified Commit f3f8aab5 authored by Alexander Polyankin's avatar Alexander Polyankin Committed by GitHub
Browse files

Fix admin select size (#23163)

parent dc343cdc
No related branches found
No related tags found
Loading
......@@ -9,7 +9,7 @@ const SettingSelect = ({
disabled,
}) => (
<Select
className="full-width"
className="SettingsInput"
placeholder={placeholder}
value={value}
defaultValue={defaultValue}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment