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

fix(stack): more space for add button EE-6773 (#11258)

This commit is contained in:
cmeng 2024-03-01 09:11:46 +13:00 committed by GitHub
parent 43a95874f4
commit 8ad11fc88f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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