fix: Bad scope parsing

This commit is contained in:
lewis
2026-01-06 23:41:20 +02:00
parent 3d0939c038
commit 767f89ae76
2 changed files with 25 additions and 26 deletions
+5
View File
@@ -508,6 +508,7 @@
margin-bottom: var(--space-2);
cursor: pointer;
transition: border-color var(--transition-fast);
overflow: hidden;
}
.scope-item:hover:not(.required) {
@@ -532,19 +533,23 @@
.scope-info {
flex: 1;
min-width: 0;
display: flex;
flex-direction: column;
gap: 2px;
overflow: hidden;
}
.scope-name {
font-weight: var(--font-medium);
color: var(--text-primary);
word-break: break-all;
}
.scope-description {
font-size: var(--text-sm);
color: var(--text-secondary);
word-break: break-all;
}
.required-badge {