diff --git a/modules/fx-rates/assets/fx-rates.css b/modules/fx-rates/assets/fx-rates.css index f6e30b8..f6b4828 100644 --- a/modules/fx-rates/assets/fx-rates.css +++ b/modules/fx-rates/assets/fx-rates.css @@ -163,6 +163,14 @@ margin: 0; } +.fx-save-row { + margin-top: 1rem; +} + +.fx-save-row form { + margin: 0; +} + .fx-mini-grid { display: grid; gap: 1rem; diff --git a/modules/fx-rates/pages/currencies.php b/modules/fx-rates/pages/currencies.php index 910666c..6ab2e0f 100644 --- a/modules/fx-rates/pages/currencies.php +++ b/modules/fx-rates/pages/currencies.php @@ -177,6 +177,15 @@ $tabs = [ + +