mirror of https://github.com/portainer/portainer
fix(stack): more space for add button EE-6773 (#11259)
parent
b34afba7cd
commit
253cda8cef
|
@ -200,7 +200,7 @@ export function InputList<T = DefaultType>({
|
||||||
|
|
||||||
{isAddButtonVisible && (
|
{isAddButtonVisible && (
|
||||||
<>
|
<>
|
||||||
<div className="col-sm-12 mt-3">
|
<div className="col-sm-12 mt-7">
|
||||||
<Button
|
<Button
|
||||||
onClick={handleAdd}
|
onClick={handleAdd}
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
|
|
Loading…
Reference in New Issue