We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb63f5e + 73d35fe commit 08a3be6Copy full SHA for 08a3be6
client/src/app/components/environments/environment-actions/environment-actions.component.html
@@ -29,7 +29,7 @@
29
</div>
30
</p-button>
31
} @else {
32
- <p-button (click)="onDeploy($event)" [disabled]="!canUserDeploy()" [pTooltip]="getDeployTooltip()" tooltipPosition="top">
+ <p-button class="border-r-2" (click)="onDeploy($event)" [disabled]="!canUserDeploy()" [pTooltip]="getDeployTooltip()" tooltipPosition="top">
33
<div class="flex items-center">
34
<i-tabler name="cloud-upload" class="w-4 h-4 mr-1.5 flex-shrink-0" />
35
<span>Deploy</span>
0 commit comments