diff options
author | Frederick Muriuki Muriithi | 2024-12-03 16:20:41 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-12-03 16:20:41 -0600 |
commit | a7accfc7883b77a16e8609cf6153354b4ad941ec (patch) | |
tree | cdccab1d9e4fd2f379f897af6881cf53ad1b2320 /uploader/templates/phenotypes | |
parent | 72e297afd3ac67ef601e81d515922fb8754c0321 (diff) | |
download | gn-uploader-a7accfc7883b77a16e8609cf6153354b4ad941ec.tar.gz |
UI Styling: make table body text slightly smaller.
Diffstat (limited to 'uploader/templates/phenotypes')
-rw-r--r-- | uploader/templates/phenotypes/job-status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/phenotypes/job-status.html b/uploader/templates/phenotypes/job-status.html index 6b3431e..726d301 100644 --- a/uploader/templates/phenotypes/job-status.html +++ b/uploader/templates/phenotypes/job-status.html @@ -58,7 +58,7 @@ <th>Message</th> </thead> - <tbody> + <tbody style="font-size: 0.9em;"> {%for error in errors%} <tr> <td>{{error.filename}}</td> |