Skip to content

Commit

Permalink
fixup! fixup! fixup! feat: added Git Servies tab to the User Preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
olexii4 committed Jan 3, 2023
1 parent 189bd42 commit ca00326
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
white-space: nowrap;
}

.navItem [class*='nav__link'] {
.navItem [class*="nav__link"] {
padding-left: 45px;
}

Expand All @@ -39,7 +39,7 @@
color: inherit !important;
}

.navItem > div:not([class*='expanded']) {
.navItem > div:not([class*="expanded"]) {
display: none;
}

Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard-frontend/src/overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
padding: 0 !important;
}

span[class*='label-required'] {
span[class*="label-required"] {
color: var(--pf-global--palette--red-100);
}

0 comments on commit ca00326

Please sign in to comment.