fix: update row action button style
1. update the style of the row action buttons in the list page 2. update the style of the action buttons at the top of the detail page Change-Id: Ief764ce04f61eea06fd6274b55b41fe19f9f32ca
This commit is contained in:
parent
0b7d79f9dd
commit
26ed30cd81
@ -189,11 +189,11 @@ function DropdownActionButton({
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<div className={styles['action-buttons']}>
|
||||||
{firstElement}
|
{firstElement}
|
||||||
{dividerElement}
|
{dividerElement}
|
||||||
{moreElement}
|
{moreElement}
|
||||||
</>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -43,3 +43,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.action-buttons {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user