Skip to content

Commit

Permalink
Fixes #36896 - override plugin toolbar css
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaAga authored and ofedoren committed Dec 7, 2023
1 parent be98675 commit 1a51de3
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
}
}

.pf-c-toolbar#data-toolbar {
// Override for unupdated plugins that use unupdated foreman CSS
display: grid;
justify-content: normal;
}

.pf-c-masthead__brand {
padding-right: 15px;

Expand Down

0 comments on commit 1a51de3

Please sign in to comment.