mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
fix(stack): more space for add button EE-6773 (#11259)
This commit is contained in:
parent
b34afba7cd
commit
253cda8cef
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue