Fixes #20606: Enable copying text from badges in UI (#20633)

This commit is contained in:
Jeremy Stretch
2025-10-20 18:12:42 -04:00
committed by GitHub
parent 0b97df0984
commit 43648d629b
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -16,6 +16,11 @@ pre {
background: var(--#{$prefix}bg-surface);
}
// Permit copying of badge text
.badge {
user-select: text;
}
// Button adjustments
.btn {
// Tabler sets display: flex