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