diff --git a/composer.json b/composer.json index ed18e06..0a4ce6c 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "frugue/core" - ,"version": "0.3.2" + ,"version": "0.3.3" ,"description": "A custom module for frugue.com" ,"type": "magento2-module" ,"homepage": "https://github.com/frugue/core" diff --git a/view/frontend/web/_checkout.less b/view/frontend/web/_checkout.less index e802248..9372d59 100644 --- a/view/frontend/web/_checkout.less +++ b/view/frontend/web/_checkout.less @@ -6,6 +6,10 @@ padding-top: 12px !important; legend {display: none;} } + // 2018-08-22 + // "Fix the «Order Total» caption positioning on the checkout page" + // https://github.com/frugue/core/issues/9 + .opc-block-summary .table-totals .grand .mark {padding-right: 30px !important;} // 2018-04-06 // "Fix the «Shipping Methods» block position on the checkout page": // https://github.com/mage2pro/frugue.com/issues/1