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 <fioddor@gmail.com>
[sunil: Use min width instead of fixed width]
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Fioddor Superconcentrado 2020-10-12 18:05:03 +02:00 committed by Sunil Mohan Adapa
parent 9cde408c86
commit c88acb36d0
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -34,7 +34,7 @@
}
.form-action button {
width: 7em;
min-width: 7em;
}
</style>
{% endblock %}