Fix the spacing of Issue WIP prompts

This commit is contained in:
lutinglt
2025-11-22 17:46:45 +08:00
parent 5c36998d5e
commit 6e3f207c6c
2 changed files with 3 additions and 0 deletions

View File

@@ -24,3 +24,4 @@
- Fix fixed height when scrolling through step titles on workflow detail pages. - Fix fixed height when scrolling through step titles on workflow detail pages.
- Fix packages details page style. - Fix packages details page style.
- Fix the color of missing icons and text on the homepage when not logged in. - Fix the color of missing icons and text on the homepage when not logged in.
- Fix the spacing of Issue WIP prompts.

View File

@@ -592,6 +592,8 @@ export const issueSidebar = css`
color: ${themeVars.color.text.light.num1}; color: ${themeVars.color.text.light.num1};
font-size: 12px; font-size: 12px;
} }
// WIP 前缀提示
> a,
.ui.dropdown.select-branch, .ui.dropdown.select-branch,
.ui.form, .ui.form,
a.fixed-text.muted, a.fixed-text.muted,