fix prototype overflows in console

This commit is contained in:
Reimar 2025-10-17 10:28:46 +02:00
parent 2d5f6c17e6
commit 0c8fdb7e18

View File

@ -223,13 +223,17 @@ div#buttons button {
text-overflow: ellipsis; text-overflow: ellipsis;
} }
#console .property + .base-value { #console .property + .base-value,
#console .prototype + .base-value {
white-space: nowrap;
}
#console .property, #console .prototype {
white-space: nowrap; white-space: nowrap;
} }
#console .property { #console .property {
color: #9c27b0; color: #9c27b0;
white-space: nowrap;
} }
#console .property + [data-type="string"]:before, #console .property + [data-type="string"]:before,