Skip to content

Commit

Permalink
UI: Update padding for the content wrapper (#16209)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Wendlandt authored and valeriia-ruban committed Feb 10, 2023
1 parent a179bd0 commit 9354086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/packages/consul-ui/app/styles/layouts/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
max-width: 1260px;
}
%viewport-container {
padding-left: 25px;
padding-right: 25px;
padding-left: 48px;
padding-right: 48px;
}

fieldset [role='group'] {
Expand Down

0 comments on commit 9354086

Please sign in to comment.