Skip to content

Commit 955617d

Browse files
authored
Update terminal.css
Treat white space in terminal output as preformatted so ascii art/other formatting works.
1 parent d9948f2 commit 955617d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/themes/pterodactyl/css/terminal.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
#terminal > .cmd {
2828
padding: 1px 0;
29+
white-space: pre;
2930
}
3031

3132
#terminal_input {

0 commit comments

Comments
 (0)