mirror of https://github.com/dirtbags/moth.git
Wrap overflow in developer box
This commit is contained in:
parent
ccd9cea29d
commit
cc93eb164b
|
@ -93,6 +93,7 @@ input:invalid {
|
||||||
#devel {
|
#devel {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
color: black;
|
color: black;
|
||||||
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
#devel .string {
|
#devel .string {
|
||||||
color: #9c27b0;
|
color: #9c27b0;
|
||||||
|
|
Loading…
Reference in New Issue