diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-06-07 17:12:24 +0200 |
---|---|---|
committer | Javier Sánchez Parra <jsanchez@soleta.eu> | 2022-06-07 17:12:24 +0200 |
commit | 06bcbe40a3caf76df062cbb883a0ac9e5fd2c723 (patch) | |
tree | 5937abc54cb189a57f1dae6789e914e892923b44 | |
parent | 6b07e83f0376b1be6a70a8e1308a511c017184ba (diff) |
Increase textarea size from "Import clients"v0.9.3
Improve usability increasing the textarea used to copy the DHCPd
configuration.
-rw-r--r-- | ogcp/static/css/soleta.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; +} |