Skip to content

Commit

Permalink
modified nav-bar padding to prevent the search box hiding menu items (#…
Browse files Browse the repository at this point in the history
…1227)

Co-authored-by: Aike Kristian Terjung <at@akt-web.de>
  • Loading branch information
aterjung and Aike Kristian Terjung authored Apr 29, 2021
1 parent e395a3e commit 8147125
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion skin/adminhtml/default/openmage/menu.css

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

2 changes: 1 addition & 1 deletion skin/adminhtml/default/openmage/scss/menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

.nav-bar {
background: $color_dorado_approx;
padding: 0 70px;
padding: 0 350px 0 70px;

&:after {
content: ".";
Expand Down

0 comments on commit 8147125

Please sign in to comment.