Skip to content

Commit 08a3be6

Browse files
fix: enhance button styling in environment actions component (#833)
2 parents bb63f5e + 73d35fe commit 08a3be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/app/components/environments/environment-actions/environment-actions.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</div>
3030
</p-button>
3131
} @else {
32-
<p-button (click)="onDeploy($event)" [disabled]="!canUserDeploy()" [pTooltip]="getDeployTooltip()" tooltipPosition="top">
32+
<p-button class="border-r-2" (click)="onDeploy($event)" [disabled]="!canUserDeploy()" [pTooltip]="getDeployTooltip()" tooltipPosition="top">
3333
<div class="flex items-center">
3434
<i-tabler name="cloud-upload" class="w-4 h-4 mr-1.5 flex-shrink-0" />
3535
<span>Deploy</span>

0 commit comments

Comments
 (0)