From 06bcbe40a3caf76df062cbb883a0ac9e5fd2c723 Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Tue, 7 Jun 2022 17:12:24 +0200 Subject: Increase textarea size from "Import clients" Improve usability increasing the textarea used to copy the DHCPd configuration. --- ogcp/static/css/soleta.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ogcp/static/css/soleta.css b/ogcp/static/css/soleta.css index a7f0535..beca3a9 100644 --- a/ogcp/static/css/soleta.css +++ b/ogcp/static/css/soleta.css @@ -41,3 +41,7 @@ html, body { .og-pill { width: 11em; } + +#dhcpd_conf { + height: 25rem; +} -- cgit v1.2.3-18-g5258