summaryrefslogtreecommitdiffstats
path: root/ogcp
diff options
context:
space:
mode:
authorJavier Sánchez Parra <jsanchez@soleta.eu>2022-06-07 17:12:24 +0200
committerJavier Sánchez Parra <jsanchez@soleta.eu>2022-06-07 17:12:24 +0200
commit06bcbe40a3caf76df062cbb883a0ac9e5fd2c723 (patch)
tree5937abc54cb189a57f1dae6789e914e892923b44 /ogcp
parent6b07e83f0376b1be6a70a8e1308a511c017184ba (diff)
Increase textarea size from "Import clients"v0.9.3
Improve usability increasing the textarea used to copy the DHCPd configuration.
Diffstat (limited to 'ogcp')
-rw-r--r--ogcp/static/css/soleta.css4
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;
+}