Increase textarea size from "Import clients"

Improve usability increasing the textarea used to copy the DHCPd
configuration.
multi-ogserver v0.9.3
Javier Sánchez Parra 2022-06-07 17:12:24 +02:00
parent 6b07e83f03
commit 06bcbe40a3
1 changed files with 4 additions and 0 deletions

View File

@ -41,3 +41,7 @@ html, body {
.og-pill {
width: 11em;
}
#dhcpd_conf {
height: 25rem;
}