1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-22 00:52:43 +01:00

Fix terminal css line formatting

This commit is contained in:
galeapatrik 2020-06-17 21:32:33 +02:00
parent 364b645b81
commit 89844e0a0d

View File

@ -27,6 +27,7 @@
#terminal > .cmd {
padding: 1px 0;
word-wrap: break-word;
white-space: pre-wrap;
}
#terminal_input {