mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
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:
@@ -26,6 +26,7 @@
|
|||||||
|
|
||||||
#terminal > .cmd {
|
#terminal > .cmd {
|
||||||
padding: 1px 0;
|
padding: 1px 0;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
#terminal_input {
|
#terminal_input {
|
||||||
|
|||||||
Reference in New Issue
Block a user