Skip to content

Commit

Permalink
Fix button margin on very narrow displays
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandruIstrate committed Feb 4, 2024
1 parent 440351b commit d399304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions salary-calc/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ function App() {
variant="secondary"
onClick={handleReverseCountries}
disabled={isLoading}
className="me-2"
className="me-2 mb-2"
>
{t("calculator.buttons.reverse")}
</Button>
Expand All @@ -680,7 +680,7 @@ function App() {
id="dropdownShare"
variant="success"
title={t("calculator.buttons.share.title")}
className="me-2"
className="me-2 mb-2"
>
<Dropdown.Item
eventKey="1"
Expand Down

0 comments on commit d399304

Please sign in to comment.