We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab23956 commit b6051d1Copy full SHA for b6051d1
plugins/plugin-codeflare/src/components/Ask.tsx
@@ -42,7 +42,7 @@ import HomeIcon from "@patternfly/react-icons/dist/esm/icons/home-icon"
42
import InfoIcon from "@patternfly/react-icons/dist/esm/icons/info-circle-icon"
43
import ChoiceIcon from "@patternfly/react-icons/dist/esm/icons/user-cog-icon"
44
45
-import "../../web/scss/components/Ask.scss"
+import "../../web/scss/components/Ask/_index.scss"
46
47
/** One choice to present to the user */
48
export type Ask<P extends Prompts.Prompt = Prompts.Prompt> = {
plugins/plugin-codeflare/web/scss/components/Ask.scss renamed to plugins/plugin-codeflare/web/scss/components/Ask/_index.scss
@@ -35,6 +35,7 @@
35
}
36
37
.pf-c-select__menu-item-main {
38
+ font-weight: 500;
39
white-space: normal;
40
41
plugins/plugin-codeflare/web/scss/components/_mixins.scss renamed to plugins/plugin-codeflare/web/scss/components/Ask/_mixins.scss
0 commit comments