diff options
author | Frederick Muriuki Muriithi | 2023-12-18 12:01:38 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-12-18 12:01:38 +0300 |
commit | d4e45e5bf9877957c36b8e0a537ba3819a674614 (patch) | |
tree | 1850dbe6d2733497501db09e22f9f53daa0f9943 /qc_app/static/css | |
parent | 096ab99a2d961e864f340c39252b4c8eecc72191 (diff) | |
download | gn-uploader-d4e45e5bf9877957c36b8e0a537ba3819a674614.tar.gz |
Samples: Hook-up external async script to upload the samples.
Diffstat (limited to 'qc_app/static/css')
-rw-r--r-- | qc_app/static/css/styles.css | 3 |
1 files changed, 2 insertions, 1 deletions
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; } |