Skip to content

Commit 8bd6e6b

Browse files
authored
Update terminal.css
Fix for some terminal output not being wrapped properly on mobile e.g. overflow-x: auto; just to show `ServerLog: [FAdmin] prop_physics(models/props_building_details/storefront_template001a_bars.mdl) Got removed` is not being wrapped on mobile properly https://i.imgur.com/etQyafC.png
1 parent a01c934 commit 8bd6e6b

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+
word-wrap: break-word;
2930
}
3031

3132
#terminal_input {

0 commit comments

Comments
 (0)