1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

fix(container): fixed add value and remove value for env [EE-3839] (#7429)

* fix(style): UI task issues [EE-3839]
This commit is contained in:
Zhang Hao 2022-08-05 15:45:21 +08:00 committed by GitHub
parent bfe1cace77
commit 539948b5a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
<button
ng-if="$ctrl.showUpdateAction"
type="button"
class="btn btn-sm btn-light h-fit"
class="btn btn-sm btn-light h-fit vertical-center !ml-0"
authorization="DockerServiceUpdate"
ng-disabled="$ctrl.selectedItemCount === 0"
ng-click="$ctrl.updateAction($ctrl.selectedItems)"