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]
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix not aligned button on policy list view
|
||||
|
||||
## [0.19.2] - 2025-05-01
|
||||
|
||||
### Fixed
|
||||
|
||||
@@ -497,12 +497,12 @@ function PolicyListViewContent({
|
||||
<PageTemplate
|
||||
title="Policies"
|
||||
actions={
|
||||
<div>
|
||||
<div className="flex items-center gap-2">
|
||||
<Button onClick={handleOpenModal}>
|
||||
<Plus className="mr-2 h-4 w-4" />
|
||||
New policy
|
||||
</Button>
|
||||
<Button onClick={handleSendSigningNotifications}>
|
||||
</Button>
|
||||
<Button onClick={handleSendSigningNotifications}>
|
||||
Send signing notifications
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user