fix prototype overflows in console
This commit is contained in:
parent
2d5f6c17e6
commit
0c8fdb7e18
@ -223,13 +223,17 @@ div#buttons button {
|
||||
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;
|
||||
}
|
||||
|
||||
#console .property {
|
||||
color: #9c27b0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#console .property + [data-type="string"]:before,
|
||||
|
Loading…
x
Reference in New Issue
Block a user