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
This commit is contained in:
parent
a01c934480
commit
8bd6e6bdf9
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
|
||||
#terminal > .cmd {
|
||||
padding: 1px 0;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#terminal_input {
|
||||
|
|
Loading…
Reference in a new issue