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]
### Fixed
- Fix not aligned button on policy list view
## [0.19.2] - 2025-05-01
### Fixed

View File

@@ -497,7 +497,7 @@ 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