Merge pull request #11511 from dacook/fix-update-button-11349

Fix Update button sizing
This commit is contained in:
David Cook
2023-09-14 13:37:19 +10:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
%tr
%td{colspan:"2"}
%td
%button#update-button.secondary.radius.expand.small{"ng-class" => "{ alert: form.$dirty && form.$valid }"}
%button#update-button.secondary.radius.small{"ng-class" => "{ alert: form.$dirty && form.$valid }"}
%i.ofn-i_023-refresh
= t(:orders_form_update_cart)
%td

View File

@@ -28,6 +28,8 @@
button,
.button {
margin: 0;
padding: 0.875rem; // Compact buttons inside table
white-space: nowrap;
}
.toggle-bought {