Skip to content

fix(tablet): set rows grid to 0 if it's empty (e.g. no toc section) #3452

fix(tablet): set rows grid to 0 if it's empty (e.g. no toc section)

fix(tablet): set rows grid to 0 if it's empty (e.g. no toc section) #3452

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"