1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

fix(ui): consistent widget padding [r8s-136] (#82)

This commit is contained in:
Ali 2024-11-05 14:25:40 +13:00 committed by GitHub
parent 3c0d25f3bd
commit 458d722d47
16 changed files with 72 additions and 54 deletions

View file

@ -11,7 +11,7 @@
<uib-tab index="0" classes="btn-sm" select="ctrl.selectTab(0)">
<uib-tab-heading class="flex-center gap-1"> <pr-icon icon="'hard-drive'" size="'sm'"></pr-icon> Node </uib-tab-heading>
<form class="form-horizontal" name="kubernetesNodeUpdateForm" style="padding: 20px" autocomplete="off">
<form class="form-horizontal widget-body" name="kubernetesNodeUpdateForm" autocomplete="off">
<table class="table">
<tbody ng-if="ctrl.node">
<tr>
@ -73,7 +73,7 @@
</tbody>
</table>
<div style="padding: 8px">
<div class="mt-5">
<kubernetes-resource-reservation
ng-if="ctrl.resourceReservation"
cpu-reservation="ctrl.resourceReservation.CpuRequest"
@ -88,7 +88,7 @@
</kubernetes-resource-reservation>
</div>
<div style="padding: 8px">
<div>
<!-- #region labels -->
<div class="col-sm-12 form-section-title"> Labels </div>