Increase textarea

This commit is contained in:
mudler
2024-04-14 11:16:34 +02:00
parent 80508001c7
commit 0bc95cfd16

View File

@@ -47,4 +47,7 @@
button:hover {
background-color: #5a86b8;
}
textarea {
height: 200px; /* Increased height for better JSON visibility */
}
</style>