Fix not aligned button

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-05-01 08:28:56 -07:00
parent 2d7c89eb45
commit 122d4f2783
2 changed files with 7 additions and 3 deletions

View File

@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
## [Unreleased] ## [Unreleased]
### Fixed
- Fix not aligned button on policy list view
## [0.19.2] - 2025-05-01 ## [0.19.2] - 2025-05-01
### Fixed ### Fixed

View File

@@ -497,12 +497,12 @@ function PolicyListViewContent({
<PageTemplate <PageTemplate
title="Policies" title="Policies"
actions={ actions={
<div> <div className="flex items-center gap-2">
<Button onClick={handleOpenModal}> <Button onClick={handleOpenModal}>
<Plus className="mr-2 h-4 w-4" /> <Plus className="mr-2 h-4 w-4" />
New policy New policy
</Button> </Button>
<Button onClick={handleSendSigningNotifications}> <Button onClick={handleSendSigningNotifications}>
Send signing notifications Send signing notifications
</Button> </Button>
</div> </div>