Skip to content

Commit

Permalink
Fix for default browser left padding on <ul>s in NavigationList compo…
Browse files Browse the repository at this point in the history
…nent (#350)
  • Loading branch information
forsbergplustwo authored Jan 4, 2024
1 parent 049e877 commit 968c1e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/polaris_view_components.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

ul {
margin: 0;
padding-inline-start: 0;
}

.Polaris-Navigation__Item {
Expand Down

0 comments on commit 968c1e7

Please sign in to comment.