Skip to content

Commit 6dfaba9

Browse files
authored
Merge pull request pterodactyl#1238 from jcsnider/develop
Treat white space in terminal output as preformatted...
2 parents d9948f2 + 955617d commit 6dfaba9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)