nowrap in debugger call stack source

This commit is contained in:
LenAnderson 2024-07-13 14:15:55 -04:00
parent 4a4218f49a
commit 387ef83b72
2 changed files with 2 additions and 0 deletions

View File

@ -780,6 +780,7 @@
.popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor #qr--modal-debugState .qr--stack .qr--item .qr--source { .popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor #qr--modal-debugState .qr--stack .qr--item .qr--source {
opacity: 0.5; opacity: 0.5;
text-align: right; text-align: right;
white-space: nowrap;
} }
@keyframes qr--progressPulse { @keyframes qr--progressPulse {
0%, 0%,

View File

@ -867,6 +867,7 @@
.qr--source { .qr--source {
opacity: 0.5; opacity: 0.5;
text-align: right; text-align: right;
white-space: nowrap;
} }
} }
} }