Skip to content

Commit

Permalink
fix: adjust font-weight in Ask titles to match those in ProfileExplor…
Browse files Browse the repository at this point in the history
…er (500)

This PR also refactors the stylesheets into a subdirectory (they were previously at the top level of web/scss/components)
  • Loading branch information
starpit committed Nov 17, 2022
1 parent ab23956 commit b6051d1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/plugin-codeflare/src/components/Ask.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import HomeIcon from "@patternfly/react-icons/dist/esm/icons/home-icon"
import InfoIcon from "@patternfly/react-icons/dist/esm/icons/info-circle-icon"
import ChoiceIcon from "@patternfly/react-icons/dist/esm/icons/user-cog-icon"

import "../../web/scss/components/Ask.scss"
import "../../web/scss/components/Ask/_index.scss"

/** One choice to present to the user */
export type Ask<P extends Prompts.Prompt = Prompts.Prompt> = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
}

.pf-c-select__menu-item-main {
font-weight: 500;
white-space: normal;
}
}
Expand Down

0 comments on commit b6051d1

Please sign in to comment.