From c88acb36d071b48f288eb28f1e0c2079b326f60d Mon Sep 17 00:00:00 2001 From: Fioddor Superconcentrado Date: Mon, 12 Oct 2020 18:05:03 +0200 Subject: [PATCH] networks: css: Make button wider in network list testing: - Might this impact somewhere else (same form-button combination)? - Yapf: not applicable. - Flake8: without errors or warnings for changed files. - (Unit) tests: run without errors. Signed-off-by: Fioddor Superconcentrado [sunil: Use min width instead of fixed width] Signed-off-by: Sunil Mohan Adapa Reviewed-by: Sunil Mohan Adapa --- plinth/modules/networks/templates/networks_configuration.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/networks/templates/networks_configuration.html b/plinth/modules/networks/templates/networks_configuration.html index a10eb4fe2..4cb2b9b96 100644 --- a/plinth/modules/networks/templates/networks_configuration.html +++ b/plinth/modules/networks/templates/networks_configuration.html @@ -34,7 +34,7 @@ } .form-action button { - width: 7em; + min-width: 7em; } {% endblock %}