fix(volumes): Volumes browse button spacing issue EE-6323 (#10633)

pull/10658/head
cmeng 1 year ago committed by GitHub
parent d089dfbca0
commit be09c5e346
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -90,6 +90,7 @@ function Cell({
{isBrowseVisible && ( {isBrowseVisible && (
<Authorized authorizations="DockerAgentBrowseList"> <Authorized authorizations="DockerAgentBrowseList">
<Button <Button
className="ml-2"
icon={Search} icon={Search}
color="primary" color="primary"
size="xsmall" size="xsmall"

Loading…
Cancel
Save