From cb5ce455f04e85279bf6fb73fc0ed83e4bed5216 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sun, 10 Apr 2022 20:44:07 +0300 Subject: Fixed typo in get_instances.py. Fixed settings page width #163 --- src/pages/stylesheets/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pages') diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index 7450915a..58f3a62f 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -105,7 +105,7 @@ input:invalid { } section.option-block { - width: 50%; + width: 700px; margin: 0 50px; } -- cgit 1.4.1