1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 13:25:26 +02:00

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

This commit is contained in:
cmeng 2023-11-16 16:25:17 +13:00 committed by GitHub
parent d089dfbca0
commit be09c5e346
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"