Skip to content

Commit

Permalink
Merge pull request #990 from 3scale/fix/THREESCALE-3013_header
Browse files Browse the repository at this point in the history
Fixes Header on small screen setup
  • Loading branch information
didierofrivia committed Jul 16, 2019
2 parents bcb3113 + f4cced0 commit fe854cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/provider/_patternfly_ie11.scss
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ button:-moz-focusring,
-ms-grid-row-span: 1;
grid-row: 2 / 3;
min-width: 0;
padding-left: 0;
background-color: transparent;
padding-left: 0 !important; // Need to override styles introduced by PF React
background-color: transparent !important; // Need to override styles introduced by PF React
}

.pf-c-page__header-nav > .pf-c-nav {
Expand Down

0 comments on commit fe854cb

Please sign in to comment.