Skip to content

Commit

Permalink
Monospace logs
Browse files Browse the repository at this point in the history
  • Loading branch information
vkottler committed Mar 23, 2024
1 parent 263961e commit fc4e178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtimepy/net/server/app/env/tab.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def compose(self, parent: Element) -> None:
logs = div(
tag="textarea",
parent=div(parent=vert_container, class_str="form-floating"),
class_str="form-control rounded-0",
class_str=f"form-control rounded-0 {TEXT}",
id="logs",
title="logs",
)
Expand Down

0 comments on commit fc4e178

Please sign in to comment.