mirror of https://github.com/portainer/portainer
fix(volumes): Volumes browse button spacing issue EE-6323 (#10633)
parent
d089dfbca0
commit
be09c5e346
|
@ -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…
Reference in New Issue