Skip to content

Commit

Permalink
fix: added right margin instead of padding
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarRajput-7 committed Jun 27, 2024
1 parent b0135b5 commit b26ee52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
display: flex;
justify-content: space-between;
align-items: center;
padding-right: 16px;
margin-right: 16px;

.dashboard-breadcrumbs {
height: 48px;
Expand Down

0 comments on commit b26ee52

Please sign in to comment.