webapp: Console: Change font size to prevent line breaks for default outputs
This commit is contained in:
parent
319299cf8a
commit
a08f4a7052
@ -145,5 +145,6 @@ export default defineComponent({
|
|||||||
color: #CCCCCC;
|
color: #CCCCCC;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
font-family: courier new;
|
font-family: courier new;
|
||||||
|
font-size: .875em;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Loading…
Reference in New Issue
Block a user