From d4e45e5bf9877957c36b8e0a537ba3819a674614 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 18 Dec 2023 12:01:38 +0300 Subject: Samples: Hook-up external async script to upload the samples. --- qc_app/static/css/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qc_app/static') diff --git a/qc_app/static/css/styles.css b/qc_app/static/css/styles.css index c9f6737..4c48a8a 100644 --- a/qc_app/static/css/styles.css +++ b/qc_app/static/css/styles.css @@ -170,5 +170,6 @@ form fieldset legend { padding: 1em; font-weight: bold; border-radius: 0.8em; - width: 55em; + width: 90%; + overflow: scroll; } -- cgit v1.2.3