Skip to content

fix: add flex-shrink to radiobutton to avoid incorrect width in small containers #99

fix: add flex-shrink to radiobutton to avoid incorrect width in small containers

fix: add flex-shrink to radiobutton to avoid incorrect width in small containers #99

Workflow file for this run

name: 'PR Label Prompt'
on:
pull_request:
branches:
- main
types: [opened]
jobs:
add_comment:
name: 'Prompt for versioning label'
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: mshick/add-pr-comment@v2
with:
message: Please set a versioning label of either `major`, `minor`, or `patch` to the pull request.