nowrap in debugger call stack source
This commit is contained in:
parent
4a4218f49a
commit
387ef83b72
|
@ -780,6 +780,7 @@
|
|||
.popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor #qr--modal-debugState .qr--stack .qr--item .qr--source {
|
||||
opacity: 0.5;
|
||||
text-align: right;
|
||||
white-space: nowrap;
|
||||
}
|
||||
@keyframes qr--progressPulse {
|
||||
0%,
|
||||
|
|
|
@ -867,6 +867,7 @@
|
|||
.qr--source {
|
||||
opacity: 0.5;
|
||||
text-align: right;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue