webapp: Console: Change font size to prevent line breaks for default outputs

This commit is contained in:
Thomas Basler 2022-12-31 13:59:58 +01:00
parent 319299cf8a
commit a08f4a7052

View File

@ -145,5 +145,6 @@ export default defineComponent({
color: #CCCCCC;
padding: 8px;
font-family: courier new;
font-size: .875em;
}
</style>