[FEATURE] Cleaned up terminal display
This commit is contained in:
parent
a804a6e98b
commit
1bdc10c81e
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ export default function RconView(props) {
|
||||||
backgroundColor: "rgba(0,0,0,.815)",
|
backgroundColor: "rgba(0,0,0,.815)",
|
||||||
color: "white",
|
color: "white",
|
||||||
borderRadius: "4px",
|
borderRadius: "4px",
|
||||||
|
width:"100%"
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{logs.map((v, k) => (
|
{logs.map((v, k) => (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue