Fix not aligned button
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user