diff --git a/CHANGELOG.md b/CHANGELOG.md index 85afc88..a74d9d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,3 +24,4 @@ - Fix fixed height when scrolling through step titles on workflow detail pages. - Fix packages details page style. - Fix the color of missing icons and text on the homepage when not logged in. +- Fix the spacing of Issue WIP prompts. \ No newline at end of file diff --git a/styles/components/issue.ts b/styles/components/issue.ts index 884187b..8b00d45 100644 --- a/styles/components/issue.ts +++ b/styles/components/issue.ts @@ -592,6 +592,8 @@ export const issueSidebar = css` color: ${themeVars.color.text.light.num1}; font-size: 12px; } + // WIP 前缀提示 + > a, .ui.dropdown.select-branch, .ui.form, a.fixed-text.muted,