fix: add right padding to NodeStatus icon (#5963)
✨ (NodeStatus/index.tsx): add padding right to the container div to improve spacing and alignment of the icon within the component
This commit is contained in:
parent
5a480c44c3
commit
c22f8d9500
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ export default function NodeStatus({
|
|||
</span>
|
||||
</div>
|
||||
) : (
|
||||
<div className="flex items-center self-center">
|
||||
<div className="flex items-center self-center pr-1">
|
||||
{iconStatus}
|
||||
</div>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue