fix: allow PAT scope labels to wrap on long strings (#6456)

Co-authored-by: Truman Gao <106889354+tdgao@users.noreply.github.com>
This commit is contained in:
checkrd
2026-06-21 23:03:11 +00:00
committed by GitHub
co-authored by Truman Gao
parent a0017cf58f
commit d7917048d5
@@ -468,7 +468,6 @@ async function removePat(id) {
</script>
<style lang="scss" scoped>
.scope-items :deep(.checkbox-outer) {
white-space: nowrap !important;
justify-content: flex-start !important;
}