mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Merge pull request #11511 from dacook/fix-update-button-11349
Fix Update button sizing
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -28,6 +28,8 @@
|
||||
button,
|
||||
.button {
|
||||
margin: 0;
|
||||
padding: 0.875rem; // Compact buttons inside table
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.toggle-bought {
|
||||
|
||||
Reference in New Issue
Block a user