diff options
| author | Frederick Muriuki Muriithi | 2026-01-23 17:37:18 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-01-23 17:37:18 -0600 |
| commit | a715a8a74513cfbb4c58da559c3e9eb594cb6c73 (patch) | |
| tree | 9f605b85605ff5ba1bf58f9f799daab6641f20ef | |
| parent | 8119650b2fc88158d91fec70587b971922199fe3 (diff) | |
| download | gn-uploader-a715a8a74513cfbb4c58da559c3e9eb594cb6c73.tar.gz | |
Fix some minor styling (css) issues.
| -rw-r--r-- | uploader/static/css/layout-medium.css | 1 | ||||
| -rw-r--r-- | uploader/templates/phenotypes/macro-display-preview-table.html | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/uploader/static/css/layout-medium.css b/uploader/static/css/layout-medium.css index bf10563..50ceeb4 100644 --- a/uploader/static/css/layout-medium.css +++ b/uploader/static/css/layout-medium.css @@ -49,7 +49,6 @@ /* Place it in the parent element */ grid-column-start: 1; grid-column-end: 2; - grid-gap: 5px; /* Define layout for the children elements */ max-width: 100%; diff --git a/uploader/templates/phenotypes/macro-display-preview-table.html b/uploader/templates/phenotypes/macro-display-preview-table.html index 5a4c422..d31c7fa 100644 --- a/uploader/templates/phenotypes/macro-display-preview-table.html +++ b/uploader/templates/phenotypes/macro-display-preview-table.html @@ -3,7 +3,7 @@ <div class="card-body"> <h5 class="card-title">{{filetype | title}}: File Preview</h5> <div class="card-text" style="overflow: scroll;"> - <table id="{{tableid}}" class="table table-condensed table-responsive"> + <table id="{{tableid}}" class="table table-condensed"> <thead> <tr> </tr> |
