Skip to content

fix: 修复树状角头,当有存在icon时,内容与box宽度恰好相等,出现换行 close #2389 #1154

fix: 修复树状角头,当有存在icon时,内容与box宽度恰好相等,出现换行 close #2389

fix: 修复树状角头,当有存在icon时,内容与box宽度恰好相等,出现换行 close #2389 #1154

Workflow file for this run

name: PR Closed
on:
pull_request_target:
types: [closed]
jobs:
pr-closed:
runs-on: ubuntu-latest
steps:
- name: Remove lint and test failed labels
uses: actions-cool/issues-helper@main
with:
actions: 'remove-labels'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.pull_request.number }}
labels: '🚨 lint failed,🚨 test failed'